Uh oh!
There was an error while loading. Please reload this page.
build: build codecache and snapshot with libnode - #63626
Merged
Merged
Conversation
nodejs-github-bot
commented
May 28, 2026
Collaborator
Review requested:
|
legendecasforce-pushed
the
static-intermediate
branch
2 times, most recently
from
May 28, 2026 20:16
adf769d to
fac4309CompareSigned-off-by: Chengzhong Wu <cwu631@bloomberg.net>
legendecasforce-pushed
the
static-intermediate
branch
from
May 28, 2026 20:17
fac4309 to
e880392Comparejoyeecheung
approved these changes
May 28, 2026
joyeecheung
left a comment
Member
There was a problem hiding this comment.
Thanks. LGTM if CI is happy!
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
May 28, 2026
Collaborator
nodejs-github-bot
commented
May 29, 2026
Collaborator
gurgunday
approved these changes
May 31, 2026
nodejs-github-bot
commented
Jun 1, 2026
Collaborator
nodejs-github-bot
commented
Jun 1, 2026
Collaborator
joyeecheung
approved these changes
Jun 2, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 2, 2026
Collaborator
Landed in 3d35dd8 |
aduh95 pushed a commit
that referenced
this pull request
Jun 18, 2026
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net> PR-URL: #63626 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
aduh95
commented
Jul 20, 2026
Contributor
This doesn't land cleanly on |
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 freeto 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.
This refactors the
nodeandlibnodetargets, splitting thenode_mksnapshotaction from thenodeexe target, and adding a (always) staticnode_basetarget, allowinglibnodeto depend onnode_mksnapshotexe, enabling the node startup snapshot when building with flag--shared.The new dependency graph would be like: