-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
tools: delete v8_external_snapshot.gypi #29369
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Delete the v8_external_snapshot target from gyp and disable the v8_use_external_startup_data option since it is never used anyway. Refs: nodejs#29363 (comment) Fixes: nodejs#28964
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the suggestion to get rid of the v8_use_external_startup_data
variable altogether.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
If CI passes as expected, this should be ready to land by Monday. Thanks all! |
@ryzokuken looks like it needs some more work |
fe4865e
to
57f6c83
Compare
Done! Will land after @bnoordhuis reviews. |
Travis failed with
|
There's one more if-then-else clause in v8.gyp that can be simplified to just the else block. |
@bnoordhuis @gengjiawen Ah! Must've missed that. Taking caring of it. |
@bnoordhuis PTAL? I suppose this fixes everything. |
Delete the v8_external_snapshot target from gyp and disable the v8_use_external_startup_data option since it is never used anyway. Refs: #29363 (comment) Fixes: #28964 PR-URL: #29369 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
Landed in 2882ce9 🎉 |
Delete the v8_external_snapshot target from gyp and disable the v8_use_external_startup_data option since it is never used anyway. Refs: #29363 (comment) Fixes: #28964 PR-URL: #29369 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
Delete the v8_external_snapshot target from gyp and disable the
v8_use_external_startup_data option since it is never used anyway.
Refs: #29363 (comment)
Fixes: #28964
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes/cc @gengjiawen @bnoordhuis