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

fix(NODE-6109): allow building from source on latest Node.js 20.x #788

Merged
merged 1 commit into from Apr 22, 2024

Conversation

nbbeeken
Copy link
Contributor

Description

What is changing?

Is there new documentation needed for these changes?

No

What is the motivation for this change?

  • To get builds working again on Node.js 20.x

Release Highlight

Add NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT to fix building on Node.js 20.x

Node.js v20.12.0 introduced a change that prevented compiling the existing source without defining the above macro.

Double check the following

  • Ran npm run check:eslint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken added the js-primary-review In initial review with Node.js team label Apr 22, 2024
@baileympearson baileympearson merged commit d8d1eac into master Apr 22, 2024
29 of 49 checks passed
@baileympearson baileympearson deleted the NODE-6109-gcflag branch April 22, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js-primary-review In initial review with Node.js team
Projects
None yet
3 participants