-
Notifications
You must be signed in to change notification settings - Fork 487
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
easy musl support #300
Comments
I too, have been looking into this and I apologize if I'm rehashing known issues, but in my case I'm building for arm64 using Alpine linux (musl). I imagine he same issues arise in the build as indicated here:
For ease of testing, my Dockerfile below w/ strategic comments for test environment):
In my case, I'm on an Nvidia AGX Orin host but it should be reproducible in a container on a Raspberry Pi host. I tested the various solutions discussed in that thread (build flags etc) to no avail, but my rust is a bit rusty so I didn't delve too deeply into migrating to rusttls, even though by most accounts, it's more performant (and scure) than OpenSSL/rust-openssl, with he added advantage of improving platform agnosticism. UPDATE: Looks like @sunng87 beat me to this conclusion #152 |
Feature Proposed
add x86_64-unknown-linux-musl release
Use Case
The text was updated successfully, but these errors were encountered: