Skip to content
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

Closed
oblique opened this issue Nov 29, 2018 · 5 comments
Closed

Update musl images #234

oblique opened this issue Nov 29, 2018 · 5 comments
Labels
A-musl Area: musl libc targets enhancement

Comments

@oblique
Copy link
Contributor

oblique commented Nov 29, 2018

I was trying to build with arm-unknown-linux-musleabi and it was failing on miniz-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?

@Dylan-DPC-zz
Copy link

@oblique Thanks for reporting this. The build passes for this architecture on CI. Can you post more details like your openssl version?

@oblique
Copy link
Contributor Author

oblique commented Dec 6, 2018

I don't use openssl-sys, but in any case my OpenSSL version: 1.1.1a 20 Nov 2018.
Also if I see correctly from the logs, the arm-unknown-linux-musleabihf docker is actually build from git repo. The problem is that DockerHub image is outdated.

Can you test the following with DockerHub image?

cargo.toml

[package]
name = "issue234"
version = "0.1.0"

[dependencies]
miniz-sys = "0.1.11"

src/main.rs

extern crate miniz_sys;
fn main() {
}

And I build with:

cross build --target arm-unknown-linux-musleabi

If I rebuild docker image from git repo, then everything works.

@epitstickpan
Copy link

epitstickpan commented Apr 26, 2019

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.

@DoumanAsh
Copy link

For these who will find need I published fresh build for armv7-unknown-linux-musleabihf but without OpenSSL
Also surprisingly bigger than older one in japaric's

@reitermarkus
Copy link
Member

I guess this should be working now that the new images are available on Docker Hub.

@Alexhuszagh Alexhuszagh added enhancement A-musl Area: musl libc targets labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-musl Area: musl libc targets enhancement
Projects
None yet
Development

No branches or pull requests

6 participants