-
Notifications
You must be signed in to change notification settings - Fork 5
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
Binary releases don't work with musl libc #460
Comments
Good point. I think I gave this a try in the beginnings of developing this tool but I forgot if (and if not then why) it worked with musl. Let me have another look. |
Okay, this is a bit complicated as stuff like openssl has to be compiled as well (obviously). So the simple approach like
won't quite work. |
https://github.com/emk/rust-musl-builder includes musl versions of openssl (and some others) to allow for easy building |
Could this be reopened @ChristophWurst @icewind1991? As I tried the binary from https://github.com/ChristophWurst/krankerl/releases on alpine and it doesn't seem to work, could be resolved by #903 |
I was trying to get krankerl working inside of a alpine docker container. However it seems the binary is not compatible with musl libc, which is default in alpine.
Is there a way to make the binary compatible with the current build pipeline? 😉
The text was updated successfully, but these errors were encountered: