2024-05-15 17:22:04 +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
|
|
|
|
|
2024-05-22 12:59:52 +02:00
|
|
|
Index: node-v22.2.0/node.gyp
|
2024-05-15 17:22:04 +02:00
|
|
|
===================================================================
|
2024-05-22 12:59:52 +02:00
|
|
|
--- node-v22.2.0.orig/node.gyp
|
|
|
|
+++ node-v22.2.0/node.gyp
|
|
|
|
@@ -1167,6 +1167,7 @@
|
2024-05-15 17:22:04 +02:00
|
|
|
'deps/simdjson/simdjson.gyp:simdjson',
|
|
|
|
'deps/simdutf/simdutf.gyp:simdutf',
|
|
|
|
'deps/ada/ada.gyp:ada',
|
|
|
|
+ 'fuzz_env'
|
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|
2024-05-22 12:59:52 +02:00
|
|
|
@@ -1241,6 +1242,7 @@
|
|
|
|
'<(node_lib_target_name)',
|
2024-05-15 17:22:04 +02:00
|
|
|
'deps/histogram/histogram.gyp:histogram',
|
|
|
|
'deps/ada/ada.gyp:ada',
|
|
|
|
+ 'cctest'
|
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|