-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: use gcc 12 on AIX for Node.js >=23 #54338
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
Use gcc 12 to build the official binaries for Node.js 23 onwards on AIX. Note that this will require `libstdc++12`, available from the AIX toolbox.
|
The
notable-change
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
Commit Queue failed- Loading data for nodejs/node/pull/54338 ✔ Done loading data for nodejs/node/pull/54338 ----------------------------------- PR info ------------------------------------ Title doc: use gcc 12 on AIX for Node.js >=23 (#54338) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch richardlau:building -> nodejs:main Labels doc, semver-major, build, aix, notable-change Commits 1 - doc: use gcc 12 on AIX for Node.js >=23 Committers 1 - Richard Lau <[email protected]> PR-URL: https://github.com/nodejs/node/pull/54338 Refs: https://github.com/nodejs/build/issues/3806 Refs: https://github.com/nodejs/build/pull/3858 Refs: https://github.com/nodejs/node/pull/54081 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54338 Refs: https://github.com/nodejs/build/issues/3806 Refs: https://github.com/nodejs/build/pull/3858 Refs: https://github.com/nodejs/node/pull/54081 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 12 Aug 2024 16:40:28 GMT ✔ Approvals: 3 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54338#pullrequestreview-2233571242 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/54338#pullrequestreview-2234636271 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/54338#pullrequestreview-2235922426 ✘ semver-major requires at least 2 TSC approvals ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10402872590 |
This is semver-major, so requires another @nodejs/tsc approval. |
|
Landed in 7fab6e8 |
Use gcc 12 to build the official binaries for Node.js 23 onwards on AIX. Note that this will require
libstdc++12, available from the AIX toolbox.Refs: nodejs/build#3806
Refs: nodejs/build#3858
Refs: #54081