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
7171 "--shared-openssl-libname=' " $MONGOSH_OPENSSL_LIBNAME " ' ",
7272 "--shared-zlib"
7373 ]'
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
7577fi
7678
7779export PUPPETEER_SKIP_DOWNLOAD=" true"
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ export BASEDIR="$PWD/.evergreen"
55
66. " $BASEDIR /setup-env.sh"
77
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-
138npm ci --verbose
149echo " MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE "
1510
You can’t perform that action at this time.
0 commit comments