1
0
forked from nodejs/nodejs22
Files
nodejs22/linker_lto_jobs.patch

26 lines
775 B
Diff
Raw Permalink Normal View History

Purpose of these dependencies is to make sure that the linker
is run serially over these binaries instead of in parallel.
OBS workers run out of memory as each executable seems to require
upward of 5G RAM
2025-01-16 16:18:58 +01:00
Index: node-v22.13.0/node.gyp
===================================================================
2025-01-16 16:18:58 +01:00
--- node-v22.13.0.orig/node.gyp
+++ node-v22.13.0/node.gyp
@@ -1180,6 +1180,7 @@
'deps/googletest/googletest.gyp:gtest_main',
'deps/histogram/histogram.gyp:histogram',
2024-07-24 10:52:38 +02:00
'deps/nbytes/nbytes.gyp:nbytes',
2024-10-28 15:00:38 +01:00
+ 'fuzz_env'
],
'includes': [
2025-01-16 16:18:58 +01:00
@@ -1257,6 +1258,7 @@
'<(node_lib_target_name)',
'deps/histogram/histogram.gyp:histogram',
2024-07-24 10:52:38 +02:00
'deps/nbytes/nbytes.gyp:nbytes',
2024-10-28 15:00:38 +01:00
+ 'cctest'
],
'includes': [