Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Andreas_Schwab:riscv:node
nodejs22
riscv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File riscv.patch of Package nodejs22
Index: node-v22.10.0/test/sequential/test-watch-mode.mjs =================================================================== --- node-v22.10.0.orig/test/sequential/test-watch-mode.mjs +++ node-v22.10.0/test/sequential/test-watch-mode.mjs @@ -73,7 +73,7 @@ function runInBackground({ args = [], op future.resolve(); return { stdout, stderr }; }, - restart(timeout = 1000) { + restart(timeout = 4000) { if (!child) { run(); } Index: node-v22.10.0/tools/v8_gypfiles/v8.gyp =================================================================== --- node-v22.10.0.orig/tools/v8_gypfiles/v8.gyp +++ node-v22.10.0/tools/v8_gypfiles/v8.gyp @@ -1168,6 +1168,14 @@ 'sources': [ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")', ], + 'conditions': [ + ['v8_enable_webassembly==1', { + 'sources': [ + '<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc', + '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc', + ], + }], + ], }], ['v8_target_arch=="loong64"', { 'sources': [
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