-
Notifications
You must be signed in to change notification settings - Fork 193
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 doesn't seem to be fully static #1
Comments
I poked at this for a bit, and it looks like one of your dependencies is linking to the dynamic copy of libc:
This might be a I haven't figured out a really efficient way to track errors like this down yet, unfortunately. |
Thank you. I'll try to track down which dependency is causing this |
Parameterize Docker Hub location
First of all, thanks for this image.
When trying to compile this project using
docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder cargo build --release
the resulted binary doesn't seem to be static:I'm probably doing something wrong here, but I couldn't figure out what is it
The text was updated successfully, but these errors were encountered: