-
Notifications
You must be signed in to change notification settings - Fork 76
chore(ci): adopt own toolchain MONGOSH-864 #2401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.evergreen/setup-env.sh
Outdated
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | ||
set +x # nvm is very verbose | ||
echo nvm use $NODE_JS_VERSION || nvm use 20.11.1 | ||
nvm use $NODE_JS_VERSION || nvm use 20.11.1 # see install-node.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm use $NODE_JS_VERSION || nvm use 20.11.1 # see install-node.sh | |
# Node.js 20.11.1 is the last 20.x that builds out of the box on RHEL7 | |
# https://github.com/nodejs/node/issues/52223 | |
nvm use $NODE_JS_VERSION || nvm use 20.11.1 |
(since we remove this comment otherwise; though not sure how relevant it still is)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, great catch, we can actually remove the fallback here altogether since we only use nvm on macOS now: 745915d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, will be great to have the quicker CI 🚀
No description provided.