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 5875532 commit b1d3464Copy full SHA for b1d3464
.evergreen/install-node-source.sh
@@ -8,7 +8,7 @@ NVM_DIR="$EVGDIR/.nvm"
8
ORIGINAL_PATH="${PATH}"
9
10
OS_ARCH="$(uname "-m")"
11
-if [ "$OS_ARCH" = "aarch64" ] || [ "$OS_ARCH" = "arm64" ] ; then
+if [ "$OS_ARCH" = "ppc64le" ] || [ "$OS_ARCH" = "ppc64" ] ; then
12
echo "[INFO] Choosing v4 because OS_ARCH is $OS_ARCH"
13
export TOOLCHAIN_PATH='/opt/mongodbtoolchain/v4/bin'
14
else
.evergreen/setup-env.sh
@@ -2,7 +2,7 @@ set -e
2
set -x
3
4
5
6
7
0 commit comments