Skip to content
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: add v8_init to dependencies #92

Closed
wants to merge 13 commits into from

Conversation

bzoz
Copy link

@bzoz bzoz commented Dec 11, 2018

The v8_initializers where missing form v8 dependencies.

Fixes: #89

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-ci and others added 13 commits December 11, 2018 06:55
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NODE_MODULE_VERSION for V8 7.3.

Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
Co-authored-by: Ujjwal Sharma <usharma1998@gmail.com>
Bump minimum version of ICU needed to build node to 63.

Refs: v8/v8@30a350f
Co-authored-by: Steven R Loomis <srloomis@us.ibm.com>
New heap space: code_large_object_space
until cb242eded633b55856156da6276f961e63f64253
until 2f852e5e544d97b1b67fef6b68240050d465cf25
until 9362fa94783760a8536d24ef16f17d4489fcd8a9
@bzoz bzoz mentioned this pull request Dec 11, 2018
@targos
Copy link
Member

targos commented Dec 11, 2018

Thank you! This also affects V8 7.2 so I'll include this in nodejs/node#24875

@targos
Copy link
Member

targos commented Dec 11, 2018

@targos
Copy link
Member

targos commented Dec 11, 2018

Failures are unrelated. Build on x64 was a success: https://ci.nodejs.org/job/node-compile-windows/23051/

Copy link

@ryzokuken ryzokuken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@targos
Copy link
Member

targos commented Dec 16, 2018

Landed in nodejs/node@72c318e

@targos targos closed this Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken build on Windows
6 participants