-
Notifications
You must be signed in to change notification settings - Fork 388
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
Update musl images #234
Comments
@oblique Thanks for reporting this. The build passes for this architecture on CI. Can you post more details like your openssl version? |
I don't use Can you test the following with DockerHub image? cargo.toml
src/main.rs
And I build with:
If I rebuild docker image from git repo, then everything works. |
The same problem is in #161 . It seems that a number of tickets are related to this same problem and that the fix would be pretty simple. If I can help in any ways let me know. |
For these who will find need I published fresh build for armv7-unknown-linux-musleabihf but without OpenSSL |
I guess this should be working now that the new images are available on Docker Hub. |
I was trying to build with
arm-unknown-linux-musleabi
and it was failing onminiz-sys
compilation.After I build the docker image from master branch I successfully build my project.
Since musl is not affected by #164 (comment) can you please update all musl images?
The text was updated successfully, but these errors were encountered: