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 61
61
62
62
# Write the .env file for drivers-tools.
63
63
rm -rf $DRIVERS_TOOLS
64
- BRANCH=master
65
- ORG=mongodb-labs
64
+ BRANCH=fix-arch-handling
65
+ ORG=blink1073
66
66
git clone --branch $BRANCH https://github.com/$ORG /drivers-evergreen-tools.git $DRIVERS_TOOLS
67
67
68
68
cat << EOT > ${DRIVERS_TOOLS} /.env
Original file line number Diff line number Diff line change @@ -10,16 +10,5 @@ if [ -f $HERE/env.sh ]; then
10
10
source $HERE /env.sh
11
11
fi
12
12
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
-
24
13
UV=${UV_BINARY:- uv}
25
14
$UV run $HERE /run_server.py " $@ "
You can’t perform that action at this time.
0 commit comments