-
Notifications
You must be signed in to change notification settings - Fork 166
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
Planning/requirements for Node.js 23 #3807
Comments
+1 for moving the gcc level to 12 |
Along with nodejs/node#53561, we should also upgrade the minimum Xcode and Clang versions. Newer V8 versions cannot be compiled by the ones we have in macOS 11. |
We would need at least Xcode 16 for good C++20 support: https://developer.apple.com/xcode/cpp/#c++20, which is annoying as that version hasn't even been released yet! Given https://endoflife.date/macos and nodejs/node#53561, I suggest we bump the CI versions to macOS 13. |
From discussion in the meeting today, sounds like for 23 we are not ready to move to clang so we won't include in this release. |
Opening this issue to keep track of build/infra requirements for Node.js 23 (due October 2024). I suggest we keep this issue as an index to other issues and try to keep discussion to the linked issues to make it easier to keep track of conversations.
@nodejs/build Feel free to update this list, adding new issues as required (or comment if you are unable to edit).
macOS
Linux
Windows
- [ ] build node.js using clangcl when under Windows nodejs/node#52809AIX
The text was updated successfully, but these errors were encountered: