-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add support for linux riscv64 musl #5726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@lukastaegert Have these changes been reviewed yet? :) From what I see it's only a few lines to enable the support, which would be interesting in the current effort to port dotnet9 to |
@leso-kn so far this did no build. If you have suggestions how to fix it, please go ahead. |
After a bit of testing it turned out the build was failing due to an incomplete cross-build environment. ✔️ Putting a sysroot with libgcc_s and libc in place makes the pipeline pass (see job 38587902393). @fossdd Feel free to cherry-pick |
ebab8c6
to
ceb71ff
Compare
@lukastaegert This should be ready now :) Tested on a VisionFive2 successfully building react-rollup-boilerplate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I wonder it this should also be contributed upstream in the docker image? In the meantime, once CI passes I will release this!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5726 +/- ##
=======================================
Coverage 98.55% 98.55%
=======================================
Files 269 269
Lines 8584 8584
Branches 1472 1472
=======================================
Hits 8460 8460
Misses 92 92
Partials 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Cool, that's great news, thank you! And the riscv64gc-unknown-linux-musl job passed! @lukastaegert In case you were referring to the Lint and Audit job, feel free to re-run with leso-kn |
ceb71ff
to
d12ae31
Compare
@lukastaegert I've added d12ae31 which fixes npm audit in case you want to run again, the pipeline should pass |
Ah, sorry for the wait, hopefully this will merge now |
This PR has been released as part of rollup@4.37.0. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Supports linux riscv on musl systems like Alpine Linux.