Add support for linux riscv64 gnu#5288
Merged
lukastaegert merged 3 commits intorollup:masterfrom Dec 7, 2023
Merged
Conversation
Necessary for riscv64 support
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5288 +/- ##
=======================================
Coverage 98.82% 98.82%
=======================================
Files 232 232
Lines 8957 8957
Branches 2336 2336
=======================================
Hits 8852 8852
Misses 46 46
Partials 59 59 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of rollup@4.7.0. You can test it via |
kxxt
added a commit
to kxxt/darkreader
that referenced
this pull request
Dec 8, 2023
rollup 4.7.0 added riscv64 support: rollup/rollup#5288 Updating rollup makes it possible to build darkreader on riscv64 linux.
9 tasks
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.
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Bump napi-rs/cli to 2.17, which is necessary for riscv64 support.
Add support for riscv64 linux gnu target.
I would very much appreciate it if a new release with riscv64 support could be published after we get this PR merged :)