-
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
deps: update V8 to 11.1 #46445
deps: update V8 to 11.1 #46445
Conversation
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 11.1. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
dllexport introduces issues when compiling with MSVC.
PR-URL: nodejs#45579 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Review requested:
|
V8 test failure on ppc64le and s390x:
@nodejs/platform-ppc @nodejs/platform-s390 |
Windows 32-bit build failure:
@nodejs/platform-windows |
Similar to #45230 (comment) |
Oh right, I forgot that we already had this error in the past. Don't know how it came back, but based on a bisect with canary, it seems to come from https://chromium-review.googlesource.com/c/v8/v8/+/4138254 |
There's also an issue with the coverage build:
Edit: looks like it was a flake |
Is it possible v8 add a win32 CI ? or should we drop win 32bit too. |
I don't believe it, they just did (opt-in)! |
I'll open a new PR with 11.2 later today. |
Possibly easier to land than #46125