-
Notifications
You must be signed in to change notification settings - Fork 96
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
Link statically against musl libc #24
Comments
This is now supported in the nightly version of the Rust compiler, on an experimental basis: |
I'm curious - why do you say this is buggy? |
To name a few, just from the top of my head. |
Gotcha, was aware of these, just wanted to check there are no others. Thanks :) |
It's done in master. Will do some testing before the release though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we kinda rely on unsupported and buggy feature of linking against glibc. Should instead link against musl libc
Some info: https://gist.github.com/cl91/bb927df2525738502131#file-static-linking-against-musl-md
The text was updated successfully, but these errors were encountered: