-
Notifications
You must be signed in to change notification settings - Fork 533
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
Error when cargo build to nanomsg.rs #168
Comments
This smells like #11. How can I reproduce this? How was cargo and rust installed? I don't see any Alpine packages for them. |
Sorry, I attached as blow
|
The glibc package isn't supported. You also won't likely be able to mix native and glibc (you are compiling nanomsg against musl but using rust and cargo over glibc). I'd follow andrew-d/docker-rust-musl#7 to see when rust can actually work on musl and has an Alpine package. |
Hi Everyone,
I got an error when I use rust cargo build to nanomsg.rs
Any advice
Thanks.
The text was updated successfully, but these errors were encountered: