Skip to content

Commit cdf4a2f

Browse files
committed
fixup: ...
1 parent 37bac35 commit cdf4a2f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.evergreen/compile-artifact.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7577
fi
7678

7779
export PUPPETEER_SKIP_DOWNLOAD="true"

.evergreen/install-npm-deps.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
138
npm ci --verbose
149
echo "MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE"
1510

0 commit comments

Comments
 (0)