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://un5x4n0kwa1t164zhzvdp2b4bu49r4r40ry9xdr.julianrbryant.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)! https://un5h2085w35j89wkxbcf89h0br.julianrbryant.com/p/v8/issues/detail?id=8811 |
|
I'll open a new PR with 11.2 later today. |
Possibly easier to land than #46125