forked from pool/nodejs22
26 lines
757 B
Diff
26 lines
757 B
Diff
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
|
|
|
|
Index: node-v22.20.0/node.gyp
|
|
===================================================================
|
|
--- node-v22.20.0.orig/node.gyp
|
|
+++ node-v22.20.0/node.gyp
|
|
@@ -1269,6 +1269,7 @@
|
|
'<(node_lib_target_name)',
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
|
+ 'fuzz_env'
|
|
],
|
|
|
|
'includes': [
|
|
@@ -1389,6 +1390,7 @@
|
|
'<(node_lib_target_name)',
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
|
+ 'cctest'
|
|
],
|
|
|
|
'includes': [
|