forked from pool/nodejs22
26 lines
753 B
Diff
26 lines
753 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.4.1/node.gyp
|
||
|
===================================================================
|
||
|
--- node-v22.4.1.orig/node.gyp
|
||
|
+++ node-v22.4.1/node.gyp
|
||
|
@@ -1180,6 +1180,7 @@
|
||
|
'deps/simdutf/simdutf.gyp:simdutf',
|
||
|
'deps/ada/ada.gyp:ada',
|
||
|
'deps/nbytes/nbytes.gyp:nbytes',
|
||
|
+ 'fuzz_env',
|
||
|
],
|
||
|
|
||
|
'includes': [
|
||
|
@@ -1375,6 +1376,7 @@
|
||
|
'deps/nbytes/nbytes.gyp:nbytes',
|
||
|
'deps/simdjson/simdjson.gyp:simdjson',
|
||
|
'deps/simdutf/simdutf.gyp:simdutf',
|
||
|
+ 'cctest',
|
||
|
],
|
||
|
|
||
|
'includes': [
|