nodejs18/linker_lto_jobs.patch
Adam Majer 8c53db9307 - Update to NodeJS 18.16.0 LTS version
* Add initial support for single executable applications
  * Replace url parser with Ada
  * buffer: add Buffer.copyBytesFrom
- refreshed patches: versioned.patch linker_lto_jobs.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=58
2023-04-13 14:31:06 +00:00

26 lines
748 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-v18.16.0/node.gyp
===================================================================
--- node-v18.16.0.orig/node.gyp
+++ node-v18.16.0/node.gyp
@@ -1220,6 +1220,7 @@
'node_dtrace_provider',
'deps/simdutf/simdutf.gyp:simdutf',
'deps/ada/ada.gyp:ada',
+ 'fuzz_env'
],
'includes': [
@@ -1389,6 +1390,7 @@
'deps/histogram/histogram.gyp:histogram',
'deps/uvwasi/uvwasi.gyp:uvwasi',
'deps/ada/ada.gyp:ada',
+ 'cctest'
],
'includes': [