Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
nodejs20
linker_lto_jobs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File linker_lto_jobs.patch of Package nodejs20
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-v19.7.0/node.gyp =================================================================== --- node-v19.7.0.orig/node.gyp +++ node-v19.7.0/node.gyp @@ -951,6 +951,7 @@ 'deps/uvwasi/uvwasi.gyp:uvwasi', 'deps/simdutf/simdutf.gyp:simdutf', 'deps/ada/ada.gyp:ada', + 'fuzz_env' ], 'includes': [ @@ -1047,6 +1048,7 @@ 'deps/histogram/histogram.gyp:histogram', 'deps/uvwasi/uvwasi.gyp:uvwasi', 'deps/ada/ada.gyp:ada', + 'cctest' ], 'includes': [
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor