File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ elif [ -n "$MONGOSH_SHARED_OPENSSL" ]; then
71
71
"--shared-openssl-libname=' " $MONGOSH_OPENSSL_LIBNAME " ' ",
72
72
"--shared-zlib"
73
73
]'
74
- export LD_LIBRARY_PATH=/tmp/m/opt/lib
74
+ # python3's ssl module may not work with the OpenSSL we built here,
75
+ # so prefix the devtools toolchain one
76
+ export LD_LIBRARY_PATH=/opt/devtools/lib:/tmp/m/opt/lib
75
77
fi
76
78
77
79
export PUPPETEER_SKIP_DOWNLOAD=" true"
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ export BASEDIR="$PWD/.evergreen"
5
5
6
6
. " $BASEDIR /setup-env.sh"
7
7
8
- if [[ " ${DISTRO_ID} " =~ ^(rhel| ubuntu1804) ]]; then
9
- # RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
10
- npm i node-gyp@9 --verbose --force
11
- fi
12
-
13
8
npm ci --verbose
14
9
echo " MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE "
15
10
You can’t perform that action at this time.
0 commit comments