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-12-04 18:12:37 +01:00
|
|
|
Index: node-v22.12.0/node.gyp
|
2024-05-15 17:22:04 +02:00
|
|
|
===================================================================
|
2024-12-04 18:12:37 +01:00
|
|
|
--- node-v22.12.0.orig/node.gyp
|
|
|
|
+++ node-v22.12.0/node.gyp
|
|
|
|
@@ -1186,6 +1186,7 @@
|
2024-05-15 17:22:04 +02:00
|
|
|
'deps/simdutf/simdutf.gyp:simdutf',
|
|
|
|
'deps/ada/ada.gyp:ada',
|
2024-07-24 10:52:38 +02:00
|
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
2024-10-28 15:00:38 +01:00
|
|
|
+ 'fuzz_env'
|
2024-05-15 17:22:04 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|
2024-12-04 18:12:37 +01:00
|
|
|
@@ -1264,6 +1265,7 @@
|
|
|
|
'deps/histogram/histogram.gyp:histogram',
|
2024-10-28 15:00:38 +01:00
|
|
|
'deps/ada/ada.gyp:ada',
|
2024-07-24 10:52:38 +02:00
|
|
|
'deps/nbytes/nbytes.gyp:nbytes',
|
2024-10-28 15:00:38 +01:00
|
|
|
+ 'cctest'
|
2024-05-15 17:22:04 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
'includes': [
|