FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: delete v8_external_snapshot.gypi by ryzokuken · Pull Request #29369 · nodejs/node · GitHub

/ node Public

tools: delete v8_external_snapshot.gypi - #29369

Closed
ryzokuken wants to merge 3 commits into
nodejs:masterfrom
ryzokuken:fix/gh-28964
Closed

tools: delete v8_external_snapshot.gypi#29369
ryzokuken wants to merge 3 commits into
nodejs:masterfrom
ryzokuken:fix/gh-28964

Conversation

Copy link
Copy Markdown
Contributor

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), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

/cc @gengjiawen @bnoordhuis

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
nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Aug 29, 2019

bnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM with the suggestion to get rid of the v8_use_external_startup_data variable altogether.

Comment thread tools/v8_gypfiles/v8.gyp

bnoordhuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor Author

If CI passes as expected, this should be ready to land by Monday. Thanks all!

targos commented Aug 31, 2019

Copy link
Copy Markdown
Member

@ryzokuken looks like it needs some more work

Comment thread tools/v8_gypfiles/v8.gyp Outdated

Copy link
Copy Markdown
Contributor Author

Done! Will land after @bnoordhuis reviews.

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Member

There's one more if-then-else clause in v8.gyp that can be simplified to just the else block.

Copy link
Copy Markdown
Contributor Author

@bnoordhuis @gengjiawen Ah! Must've missed that. Taking caring of it.

Copy link
Copy Markdown
Contributor Author

@bnoordhuis PTAL? I suppose this fixes everything.

Comment thread tools/v8_gypfiles/v8.gyp

Copy link
Copy Markdown
Collaborator

ryzokuken added a commit that referenced this pull request Sep 5, 2019
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>

Copy link
Copy Markdown
Contributor Author

Landed in 2882ce9 🎉

ryzokuken closed this Sep 5, 2019
targos pushed a commit that referenced this pull request Sep 20, 2019
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>
BridgeAR mentioned this pull request Sep 24, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

V8 build config

6 participants


Back | FazBrowse Home | New Git URL