We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a612db7 commit 86e6c6eCopy full SHA for 86e6c6e
.evergreen/scripts/run-server.sh
@@ -10,9 +10,12 @@ if [ -f $HERE/env.sh ]; then
10
source $HERE/env.sh
11
fi
12
13
-
14
-${DRIVERS_TOOLS}/.evergreen/mongodl --out mongodb-bin --strip-path-components 2
15
set -x
+/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.machine())"
+/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.processor())"
16
+exit 1
17
+${DRIVERS_TOOLS}/.evergreen/mongodl --out mongodb-bin --strip-path-components 2
18
+
19
./mongodb-bin/mongod --version
20
exit 1
21
0 commit comments