-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
win, build: arm64 port script and doc changes #25995
Conversation
6d4196a
to
c1f2ce5
Compare
@jkunkee - talk to me about what you might need for arm64 CI/CD for Windows 10? (perhaps offline, perhaps here) I have some resources through @WorksOnArm but we don't yet have Windows 10 for Arm up on any servers. |
@vielmetti, in general we need machines--virtual or physical--running Windows 10 on ARM and available on demand as a service for the general public. I'll ping you via email about it. |
3c65a55
to
333ea47
Compare
1abe49f
to
7083224
Compare
7083224
to
735d376
Compare
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
Landed in d57c526...26cfaf4 |
PR-URL: nodejs#25995 Reviewed-By: João Reis <[email protected]>
PR-URL: nodejs#25995 Reviewed-By: João Reis <[email protected]>
PR-URL: nodejs#25995 Reviewed-By: João Reis <[email protected]>
PR-URL: nodejs#25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
This change lays the groundwork for ARM64 Windows ("Windows 10 on ARM") builds of Node.js.
Build script and configuration files gets new ARM64 Windows sections. The arch-specific check for NASM is scoped to the architectures that rely on it.
The bootstrap script arguments for Visual Studio tool installation are expanded to include ARM64 tools.
Documentation is updated to reflect all of these changes.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes