-
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
[v16.x backport] tools: update V8 gypfiles for 9.6 #43247
[v16.x backport] tools: update V8 gypfiles for 9.6 #43247
Conversation
PR-URL: nodejs#40488 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Should we add this to github actions ? |
@gengjiawen what do you mean? |
cross-compile check on macOS in github actions. |
I think we could do that in a separate PR. |
macOS compilation is very slow in GitHub actions. I'd prefer if we tried to do it on our own machines |
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: nodejs#40488 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
The win-vs2019-arm64 build was failing with the same error as reported in #40488 (comment):
so I also cherry-picked 4d2d44f. |
PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
Thank you!!! Landed in 447f9a0...feac215 |
This is a clean cherry-pick of 6ac1ccc and 4d2d44f. With this change, it
is possible to cross-compile from
x86_64
toARM64
on macOS.Fixes: #40350
cc @targos
Original commit messages:
tools: update V8 gypfiles for 9.6
PR-URL: deps: update V8 to 9.6 #40488
Reviewed-By: Jiawen Geng [email protected]
Reviewed-By: James M Snell [email protected]
tools: disable trap handler for Windows cross-compiler
handler-outside-simulator.cc
uses inline assembly, which is notsupported by MSVC.
PR-URL: deps: update V8 to 9.6 #40488
Reviewed-By: Jiawen Geng [email protected]
Reviewed-By: James M Snell [email protected]