forked from pool/nodejs22
26 lines
745 B
Diff
26 lines
745 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.12.0/node.gyp
|
|
===================================================================
|
|
--- node-v22.12.0.orig/node.gyp
|
|
+++ node-v22.12.0/node.gyp
|
|
@@ -1186,6 +1186,7 @@
|
|
'deps/simdutf/simdutf.gyp:simdutf',
|
|
'deps/ada/ada.gyp:ada',
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
|
+ 'fuzz_env'
|
|
],
|
|
|
|
'includes': [
|
|
@@ -1264,6 +1265,7 @@
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
'deps/ada/ada.gyp:ada',
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
|
+ 'cctest'
|
|
],
|
|
|
|
'includes': [
|