SHA256
1
0
forked from pool/nodejs22
nodejs22/linker_lto_jobs.patch
Adam Majer 8800b2b09c Update to 22.12.0
Also fix potential CVE-2024-21538 in npm
2024-12-04 18:12:37 +01:00

26 lines
745 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.12.0/node.gyp
===================================================================
--- node-v22.12.0.orig/node.gyp
+++ node-v22.12.0/node.gyp
@@ -1186,6 +1186,7 @@
'deps/simdutf/simdutf.gyp:simdutf',
'deps/ada/ada.gyp:ada',
'deps/nbytes/nbytes.gyp:nbytes',
+ 'fuzz_env'
],
'includes': [
@@ -1264,6 +1265,7 @@
'deps/histogram/histogram.gyp:histogram',
'deps/ada/ada.gyp:ada',
'deps/nbytes/nbytes.gyp:nbytes',
+ 'cctest'
],
'includes': [