26 lines
751 B
Diff
26 lines
751 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-v20.18.1/node.gyp
|
|
===================================================================
|
|
--- node-v20.18.1.orig/node.gyp
|
|
+++ node-v20.18.1/node.gyp
|
|
@@ -1155,6 +1155,7 @@
|
|
'deps/uvwasi/uvwasi.gyp:uvwasi',
|
|
'deps/simdutf/simdutf.gyp:simdutf',
|
|
'deps/ada/ada.gyp:ada',
|
|
+ 'fuzz_env'
|
|
],
|
|
|
|
'includes': [
|
|
@@ -1229,6 +1230,7 @@
|
|
'<(node_lib_target_name)',
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
'deps/ada/ada.gyp:ada',
|
|
+ 'cctest'
|
|
],
|
|
|
|
'includes': [
|