Skip to content
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

Support different node flags for different versions of node. #18070

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 19, 2022

This is mostly about what flags to pass to node during testing, but also applies to CMAKE_CROSSCOMPILING_EMULATOR and to the #! used in autoconf tests.

@sbc100 sbc100 force-pushed the support_modern_node branch 30 times, most recently from 912be29 to 1ab17d7 Compare October 19, 2022 17:54
@sbc100 sbc100 force-pushed the support_modern_node branch 5 times, most recently from ed1e41f to f7397fc Compare October 19, 2022 18:19
@sbc100 sbc100 requested a review from aheejin October 19, 2022 18:23
@sbc100 sbc100 force-pushed the support_modern_node branch 3 times, most recently from 9de4d22 to 20d8535 Compare October 19, 2022 18:41
@sbc100 sbc100 requested a review from kripken October 19, 2022 18:41
@sbc100 sbc100 force-pushed the support_modern_node branch 2 times, most recently from 5147440 to 73c4535 Compare October 19, 2022 19:09
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Nice!

@@ -6,7 +6,10 @@ orbs:
executors:
linux-node:
docker:
- image: circleci/node:stretch
- image: cimg/node:19.0.0
Copy link
Member

Choose a reason for hiding this comment

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

Do we need both the docker image for node 19 and also to download it manually below?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is actually a separate change, I think i'll just revert it. we don't run these new tests in the linux-node image.

tools/shared.py Outdated Show resolved Hide resolved
tools/shared.py Outdated Show resolved Hide resolved
@sbc100 sbc100 enabled auto-merge (squash) October 19, 2022 19:34
This is mostly about what flags to pass to node during testing, but
also applies to `CMAKE_CROSSCOMPILING_EMULATOR` and to the #! used
in autoconf tests.
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.

3 participants