File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 6161
6262# Write the .env file for drivers-tools.
6363rm -rf $DRIVERS_TOOLS
64- BRANCH=master
65- ORG=mongodb-labs
64+ BRANCH=fix-arch-handling
65+ ORG=blink1073
6666git clone --branch $BRANCH https://github.com/$ORG /drivers-evergreen-tools.git $DRIVERS_TOOLS
6767
6868cat << EOT > ${DRIVERS_TOOLS} /.env
Original file line number Diff line number Diff line change @@ -10,16 +10,5 @@ if [ -f $HERE/env.sh ]; then
1010 source $HERE /env.sh
1111fi
1212
13- set -x
14- ls /Library/Frameworks/Python.Framework
15- ls /Library/Frameworks/Python.Framework/Versions
16- /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c " import platform;print(platform.machine())"
17- /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c " import platform;print(platform.processor())"
18- exit 1
19- ${DRIVERS_TOOLS} /.evergreen/mongodl --out mongodb-bin --strip-path-components 2
20-
21- ./mongodb-bin/mongod --version
22- exit 1
23-
2413UV=${UV_BINARY:- uv}
2514$UV run $HERE /run_server.py " $@ "
You can’t perform that action at this time.
0 commit comments