★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/23182Nouvelle recherche | Portail wanayoo
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

build,deps: refactor and fix v8.gyp #23182

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
4 participants
@refack
Copy link
Member

refack commented Sep 30, 2018

  • Make inspector.gypi and v8_external_snapshot.gypi includible targets.
  • Make v8_dump_build_config an action
  • Better separate js2c and natives_blob
  • process action outputs as sources
  • trigger v8.gyp:postmortem-metadata from v8.gyp

Refs: #23156

/CC @nodejs/build-files @nodejs/gyp

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
build,deps: refactor and fix v8.gyp
* Make inspector.gypi and v8_external_snapshot.gypi includible targets.
* Make `v8_dump_build_config` an action
* Better separate `js2c` and `natives_blob`
* process action outputs as sources
* trigger v8.gyp:postmortem-metadata from v8.gyp

@refack refack requested a review from targos Sep 30, 2018

@refack refack requested a review from cjihrig Sep 30, 2018

@refack refack self-assigned this Sep 30, 2018

@refack refack added the post-mortem label Sep 30, 2018

@refack refack referenced this pull request Sep 30, 2018

Merged

Build and gyp fixes #23156

3 of 3 tasks complete
@jasnell

jasnell approved these changes Oct 1, 2018

@targos

targos approved these changes Oct 4, 2018

@targos

This comment has been minimized.

Copy link
Member

targos commented Oct 4, 2018

The embedder string should be incremented (can be done while landing)

targos added a commit to targos/node that referenced this pull request Oct 4, 2018

build,deps: refactor and fix v8.gyp
* Make inspector.gypi and v8_external_snapshot.gypi includible targets.
* Make `v8_dump_build_config` an action
* Better separate `js2c` and `natives_blob`
* process action outputs as sources
* trigger v8.gyp:postmortem-metadata from v8.gyp

PR-URL: nodejs#23182
Refs: nodejs#23156
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targos

This comment has been minimized.

Copy link
Member

targos commented Oct 4, 2018

Landed in 9800fd7

@targos targos closed this Oct 4, 2018

@refack refack deleted the refack:v8-gyp-cleanup branch Oct 4, 2018

targos added a commit that referenced this pull request Oct 5, 2018

build,deps: refactor and fix v8.gyp
* Make inspector.gypi and v8_external_snapshot.gypi includible targets.
* Make `v8_dump_build_config` an action
* Better separate `js2c` and `natives_blob`
* process action outputs as sources
* trigger v8.gyp:postmortem-metadata from v8.gyp

PR-URL: #23182
Refs: #23156
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

@targos targos referenced this pull request Oct 7, 2018

Merged

Release proposal: v10.12.0 #23313

@refack refack restored the refack:v8-gyp-cleanup branch Oct 12, 2018

@refack refack deleted the refack:v8-gyp-cleanup branch Oct 12, 2018

@refack refack removed their assignment Oct 12, 2018

jasnell added a commit that referenced this pull request Oct 17, 2018

build,deps: refactor and fix v8.gyp
* Make inspector.gypi and v8_external_snapshot.gypi includible targets.
* Make `v8_dump_build_config` an action
* Better separate `js2c` and `natives_blob`
* process action outputs as sources
* trigger v8.gyp:postmortem-metadata from v8.gyp

PR-URL: #23182
Refs: #23156
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.