-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add linux arm musl build #5254
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
Add linux arm musl build #5254
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#add-linux-arm-musl-build Notice: Ensure you have installed Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly. or load it into the REPL: |
9059ba8
to
ea7fc57
Compare
ae0ea6b
to
8911506
Compare
8911506
to
1167024
Compare
1167024
to
db9e0f8
Compare
5b1dc7c
to
75e7c4c
Compare
I really tried, but it seems in the end, I cannot use zig as a linker and I have reached the end of my knowledge how to get this to work and officially give up here. The best thing I can do is to display a proper error for the musl environments. |
I had to use below code in package.json file and remove node_modules folder and run npm install. "overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
} I had to run below commands for dockerized app where docker compose run reusebin-ui npm i && \
docker compose down && \
rm -rf node_modules && \
docker compose up --build |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description