2022-05-19 17:11:22 +02:00
|
|
|
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
|
|
|
|
|
2023-04-13 16:31:06 +02:00
|
|
|
Index: node-v18.16.0/node.gyp
|
2022-05-19 17:11:22 +02:00
|
|
|
===================================================================
|
2023-04-13 16:31:06 +02:00
|
|
|
--- node-v18.16.0.orig/node.gyp
|
|
|
|
+++ node-v18.16.0/node.gyp
|
|
|
|
@@ -1220,6 +1220,7 @@
|
2022-05-19 17:11:22 +02:00
|
|
|
'node_dtrace_provider',
|
2023-04-13 16:31:06 +02:00
|
|
|
'deps/simdutf/simdutf.gyp:simdutf',
|
|
|
|
'deps/ada/ada.gyp:ada',
|
|
|
|
+ 'fuzz_env'
|
2022-05-19 17:11:22 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|
2023-04-13 16:31:06 +02:00
|
|
|
@@ -1389,6 +1390,7 @@
|
2022-05-19 17:11:22 +02:00
|
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
|
|
'deps/uvwasi/uvwasi.gyp:uvwasi',
|
2023-04-13 16:31:06 +02:00
|
|
|
'deps/ada/ada.gyp:ada',
|
|
|
|
+ 'cctest'
|
2022-05-19 17:11:22 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|