Skip to content

Commit 5b5f89c

Browse files
committed
WIP
1 parent 6d306e2 commit 5b5f89c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.evergreen/install-npm-deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set -e
33
set -x
44

5+
. "$BASEDIR/setup-env.sh"
6+
57
if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
68
# RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
79
npm i node-gyp@9 --verbose --force

.evergreen/setup-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if [ "$OS" != "Windows_NT" ]; then
3939
export GIT_EXEC_PATH="/opt/devtools/libexec/git-core"
4040
export CC=gcc
4141
export CXX=g++
42+
export PYTHON="/opt/devtools/bin/python3"
4243

4344
echo "Using gcc version:"
4445
(which gcc && gcc --version)

0 commit comments

Comments
 (0)