| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
LGTM with the suggestion to get rid of the v8_use_external_startup_data variable altogether.
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
Sorry, something went wrong.
|
If CI passes as expected, this should be ready to land by Monday. Thanks all! |
Sorry, something went wrong.
|
@ryzokuken looks like it needs some more work |
Sorry, something went wrong.
|
Done! Will land after @bnoordhuis reviews. |
Sorry, something went wrong.
|
Travis failed with gyp: name 'v8_use_external_startup_data' is not defined while evaluating condition 'v8_use_external_startup_data' in /home/travis/build/nodejs/node/tools/v8_gypfiles/v8.gyp while loading dependencies of /home/travis/build/nodejs/node/node.gyp while trying to load /home/travis/build/nodejs/node/node.gyp Error running GYP The command "./configure" exited with 1. |
Sorry, something went wrong.
|
There's one more if-then-else clause in v8.gyp that can be simplified to just the else block. |
Sorry, something went wrong.
|
@bnoordhuis @gengjiawen Ah! Must've missed that. Taking caring of it. |
Sorry, something went wrong.
|
@bnoordhuis PTAL? I suppose this fixes everything. |
Sorry, something went wrong.
Sorry, something went wrong.
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 PR-URL: #29369 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
| Back | FazBrowse Home | New Git URL |
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
/cc @gengjiawen @bnoordhuis