Skip to content

Commit 5c575b4

Browse files
committed
test with fix-arch-handling
1 parent c6f15ed commit 5c575b4

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ EOT
6161

6262
# Write the .env file for drivers-tools.
6363
rm -rf $DRIVERS_TOOLS
64-
BRANCH=master
65-
ORG=mongodb-labs
64+
BRANCH=fix-arch-handling
65+
ORG=blink1073
6666
git clone --branch $BRANCH https://github.com/$ORG/drivers-evergreen-tools.git $DRIVERS_TOOLS
6767

6868
cat <<EOT > ${DRIVERS_TOOLS}/.env

.evergreen/scripts/run-server.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,5 @@ if [ -f $HERE/env.sh ]; then
1010
source $HERE/env.sh
1111
fi
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-
2413
UV=${UV_BINARY:-uv}
2514
$UV run $HERE/run_server.py "$@"

0 commit comments

Comments
 (0)