File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,7 @@ EVGDIR="$ROOT_DIR/.evergreen"
7
7
NVM_DIR=" $EVGDIR /.nvm"
8
8
ORIGINAL_PATH=" ${PATH} "
9
9
10
- OS_ARCH=" $( uname " -m" ) "
11
-
12
- if [ " $OS_ARCH " = " aarch64" ] || [ " $OS_ARCH " = " arm64" ] ; then
13
- echo " [INFO] Choosing v4 because OS_ARCH is $OS_ARCH "
14
- export TOOLCHAIN_PATH=' /opt/mongodbtoolchain/v4/bin'
15
- else
16
- echo " [INFO] Choosing v3 because OS_ARCH is $OS_ARCH "
17
- export TOOLCHAIN_PATH=' /opt/mongodbtoolchain/v3/bin'
18
- fi
19
-
20
- export PATH=" $TOOLCHAIN_PATH :/opt/mongodbtoolchain/v4/bin:/opt/mongodbtoolchain/v3/bin:${ORIGINAL_PATH} "
10
+ export PATH=" /opt/mongodbtoolchain/v4/bin:/opt/mongodbtoolchain/v3/bin:${ORIGINAL_PATH} "
21
11
export CC=gcc
22
12
export CXX=g++
23
13
Original file line number Diff line number Diff line change 1
1
set -e
2
2
set -x
3
3
4
- OS_ARCH=" $( uname " -m" ) "
5
-
6
- if [ " $OS_ARCH " = " aarch64" ] || [ " $OS_ARCH " = " arm64" ] ; then
7
- echo " [INFO] Choosing v4 because OS_ARCH is $OS_ARCH "
8
- export TOOLCHAIN_PATH=' /opt/mongodbtoolchain/v4/bin'
9
- else
10
- echo " [INFO] Choosing v3 because OS_ARCH is $OS_ARCH "
11
- export TOOLCHAIN_PATH=' /opt/mongodbtoolchain/v3/bin'
12
- fi
13
-
14
4
export BASEDIR=" $PWD /.evergreen"
15
- export PATH=" /cygdrive/c/python/Python311/Scripts:/cygdrive/c/python/Python311:/cygdrive/c/Python311/Scripts:/cygdrive/c/Python311:/opt/python/3.6/bin:$BASEDIR /mingit/cmd:$BASEDIR /mingit/mingw64/libexec/git-core:$BASEDIR /git-2:$BASEDIR /npm-10/node_modules/.bin:$BASEDIR /node-v$NODE_JS_VERSION -win-x64:/opt/java/jdk16/bin:/opt/chefdk/gitbin:/cygdrive/c/cmake/bin:$TOOLCHAIN_PATH :$PATH "
5
+ export PATH=" /cygdrive/c/python/Python311/Scripts:/cygdrive/c/python/Python311:/cygdrive/c/Python311/Scripts:/cygdrive/c/Python311:/opt/python/3.6/bin:$BASEDIR /mingit/cmd:$BASEDIR /mingit/mingw64/libexec/git-core:$BASEDIR /git-2:$BASEDIR /npm-10/node_modules/.bin:$BASEDIR /node-v$NODE_JS_VERSION -win-x64:/opt/java/jdk16/bin:/opt/chefdk/gitbin:/cygdrive/c/cmake/bin:/opt/mongodbtoolchain/v3/bin:$PATH "
6
+
16
7
export IS_MONGOSH_EVERGREEN_CI=1
17
8
export DEBUG=" mongodb*,$DEBUG "
18
9
You can’t perform that action at this time.
0 commit comments