Skip to content

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

Merged
merged 13 commits into from
Apr 8, 2025
Merged

chore(ci): adopt own toolchain MONGOSH-864 #2401

merged 13 commits into from
Apr 8, 2025

Conversation

addaleax
Copy link
Collaborator

@addaleax addaleax commented Mar 6, 2025

No description provided.

@addaleax addaleax marked this pull request as ready for review April 7, 2025 09:24
[ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)

Copy link
Collaborator Author

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

Copy link
Contributor

@gagik gagik left a 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 🚀

@addaleax addaleax merged commit a082e2d into main Apr 8, 2025
135 checks passed
@addaleax addaleax deleted the 864-dev branch April 8, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants