Skip to content

Commit 723303f

Browse files
committed
chore: Remove the --jitless flag on v24
Evergreen is already working on providing an up-to-date version of Node.js doesn't contain the JIT compiler issue. We need JIT for WASM support.
1 parent f0708ff commit 723303f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.evergreen/setup-env.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ fi
7070
# On RHEL hosts, we run as root for some reason
7171
if [ `uname` = Linux ]; then
7272
export npm_config_unsafe_perm=true
73-
if [ "$NODE_JS_MAJOR_VERSION" = "24" ] ; then
74-
# This is a temporary fix until we upgrade our toolkit to 24.11+
75-
# More info: https://github.com/mongodb-js/devtools-toolchain/pull/10
76-
export NODE_OPTIONS="$NODE_OPTIONS --jitless"
77-
echo "[WARNING] Using jitless v8."
78-
echo "[WARNING] NODE_OPTIONS: $NODE_OPTIONS"
79-
fi
8073
fi
8174

8275
# npm@7 changed the behavior to run install scripts for packages

0 commit comments

Comments
 (0)