build: sync generation of v8_build_config.json#38263
Merged
richardlau merged 1 commit intonodejs:masterfrom Apr 18, 2021
Merged
build: sync generation of v8_build_config.json#38263richardlau merged 1 commit intonodejs:masterfrom
v8_build_config.json#38263richardlau merged 1 commit intonodejs:masterfrom
Conversation
Collaborator
Collaborator
Collaborator
Collaborator
targos
approved these changes
Apr 16, 2021
jasnell
approved these changes
Apr 17, 2021
Trott
approved these changes
Apr 17, 2021
The contents of the `v8_build_config.json` file generated when configured with `--enable-d8` is missing entries which prevent V8's test runner from using the built `d8` binary. Sync the keys written into the file with those generated in V8's `deps/v8/BUILD.gn` file. PR-URL: nodejs#38263 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Member
Author
|
Landed in 049b703. |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The contents of the
v8_build_config.jsonfile generated whenconfigured with
--enable-d8is missing entries which prevent V8'stest runner from using the built
d8binary. Sync the keys writteninto the file with those generated in V8's
deps/v8/BUILD.gnfile.Prior to this patch V8's test runner would fail to parse
v8_build_config.jsonas it was missing
v8_control_flow_integrity: