build: define NODE_EXPERIMENTAL_QUIC in mkcodecache and node_mksnapshot#34454
Closed
joyeecheung wants to merge 1 commit intonodejs:masterfrom
Closed
build: define NODE_EXPERIMENTAL_QUIC in mkcodecache and node_mksnapshot#34454joyeecheung wants to merge 1 commit intonodejs:masterfrom
joyeecheung wants to merge 1 commit intonodejs:masterfrom
Conversation
Collaborator
Member
Author
|
Custom build with --experimental-quic (pending) https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15490/ |
Member
|
We should try to fix those reverts before landing this so we don't have to revert them. I'll be able to take a look tomorrow |
addaleax
added a commit
to addaleax/node
that referenced
this pull request
Jul 21, 2020
2 tasks
Member
|
Not sure why this PR would expose something like this, but here’s a fix: #34460 |
Member
|
Once #34460 lands, the revert shouldn't be necessary and this otherwise LGTM |
Otherwise the build would fail with `./configure --experimental-quic --ninja` as the list of per-Environment values would not match and the code cache builder would not generate code cache for the quic JS sources. This is more or less a band-aid - a proper fix would be to aggregate these flags into something that can be included by all these different binary targets. See nodejs#31074.
Member
Author
|
Rebased. @nodejs/quic PTAL, thanks! |
Collaborator
|
CI: https://ci.nodejs.org/job/node-test-pull-request/32466/ (:green_heart:) |
Member
Author
|
Custom build with --experimental-quic (pending) https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15520/ (:green_heart:) |
jasnell
approved these changes
Jul 22, 2020
gengjiawen
approved these changes
Jul 22, 2020
Member
|
Fast track ? |
gengjiawen
pushed a commit
that referenced
this pull request
Jul 22, 2020
Otherwise the build would fail with `./configure --experimental-quic --ninja` as the list of per-Environment values would not match and the code cache builder would not generate code cache for the quic JS sources. This is more or less a band-aid - a proper fix would be to aggregate these flags into something that can be included by all these different binary targets. See #31074. PR-URL: #34454 Fixes: #34435 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Member
|
Landed in f4f191b |
cjihrig
pushed a commit
that referenced
this pull request
Jul 23, 2020
Otherwise the build would fail with `./configure --experimental-quic --ninja` as the list of per-Environment values would not match and the code cache builder would not generate code cache for the quic JS sources. This is more or less a band-aid - a proper fix would be to aggregate these flags into something that can be included by all these different binary targets. See #31074. PR-URL: #34454 Fixes: #34435 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This was referenced Jul 23, 2020
Contributor
|
Adding don't land labels for 10.x - 14.x as this is related to quic |
3 tasks
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.
build: define NODE_EXPERIMENTAL_QUIC in mkcodecache and node_mksnapshot
Otherwise the build would fail with
./configure --experimental-quic --ninjaas the list of per-Environmentvalues would not match and the code cache builder would not generate
code cache for the quic JS sources. This is more or less a band-aid -
a proper fix would be to aggregate these flags into something
that can be included by all these different binary targets.
See #31074.
Fixes: #34435
Revert "src: refactor TimerWrap lifetime management"
This reverts commit 874460a.
@addaleax I have no idea why but it seems the TimerWrap lifetime management refactoring 874460a is also causing the build to fail a bunch of quic tests, crashing with
So I revereted it as well to make the tests pass
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes