updpatch: nodejs 25.8.1-1#5172
Merged
Merged
Conversation
- Refresh patch - This PR depends on felixonmars#5171 - nocheck is needed because: [16:33:50.263] ERROR: WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance RangeError: WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instancemake[1]: *** [Makefile:392: test/addons/.docbuildstamp] Error 1 make: *** [Makefile:352: test-only] Error 2
Owner
We could also blacklist it for sv39 builders for now, until wasm issues get solved (if that's still the issue). |
Contributor
Author
I will fix it in upstream like nodejs/node#60591. |
Contributor
Author
|
I have added it to sv39 blacklist. Hopefully it will only stay there temporarily. |
Contributor
Author
The fix is nodejs/doc-kit#691. |
kxxt
added a commit
to kxxt/archriscv-packages
that referenced
this pull request
Mar 23, 2026
- This depends on felixonmars#5172 - Refresh patch and drop upstreamed patches. - Add v8 patch to fix build: https://chromium-review.googlesource.com/c/v8/v8/+/7608971 - Arch almost always use `_manual_clone` now so let's follow suit. - Add a retry for `gclient sync` because it often fail on SG2042 with `lockfile.LockError: Error locking /build/chromium/src/chromium-checkout/depot_tools/external_bin/gsutil/gsutil_5.35 (err: [Errno 11] Resource temporarily unavailable)` - Install dependencies from pypi to `rv-site-packages` and add it to `PYTHONPATH` because chromium does not distribute bundled wheels for riscv. - Patch `DEPS` to drop binary dependencies because they are not available for riscv.
felixonmars
pushed a commit
that referenced
this pull request
Apr 5, 2026
- This depends on #5172 - Refresh patch and drop upstreamed patches. - Add v8 patch to fix build: https://chromium-review.googlesource.com/c/v8/v8/+/7608971 - Arch almost always use `_manual_clone` now so let's follow suit. - Add a retry for `gclient sync` because it often fail on SG2042 with `lockfile.LockError: Error locking /build/chromium/src/chromium-checkout/depot_tools/external_bin/gsutil/gsutil_5.35 (err: [Errno 11] Resource temporarily unavailable)` - Install dependencies from pypi to `rv-site-packages` and add it to `PYTHONPATH` because chromium does not distribute bundled wheels for riscv. - Patch `DEPS` to drop binary dependencies because they are not available for riscv.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh patch
This PR depends on updpatch: simdjson 1:4.4.1-1 #5171
nocheck is needed because: