Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17d656f

Browse filesBrowse files
joyeecheungBridgeAR
authored andcommitted
build: make --without-snapshot imply --without-node-snapshot
PR-URL: #29294 Fixes: #29243 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 164075e commit 17d656f
Copy full SHA for 17d656f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎configure.py‎

Copy file name to clipboardExpand all lines: configure.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,8 @@ def configure_node(o):
969969
cross_compiling and want_snapshots)
970970

971971
if not options.without_node_snapshot:
972-
o['variables']['node_use_node_snapshot'] = b(not cross_compiling)
972+
o['variables']['node_use_node_snapshot'] = b(
973+
not cross_compiling and want_snapshots)
973974
else:
974975
o['variables']['node_use_node_snapshot'] = 'false'
975976

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.