Open vi opened 3 years ago
I know this Issue is quite old but in case someone gets to this issue via Google: We had similar issues with this, after some time we found this repos https://github.com/messense/rust-musl-cross which provides docker container ready to use. Since compiling open-ssl for musl is a pain.
src/main.rs
:Cargo.toml
:Run attempt:
Does not happen with non-musl i686 or with x86_64 musl build.
arm-unknown-linux-musleabi
also works.Trying with
RUSTFLAGS='-C link-arg=-Wl,-z,stack-size=0x1000000'
does not lead to improvement.rustc 1.49.0 (e1884a8e3 2020-12-29)
,cargo 1.49.0 (d00d64df9 2020-12-05)
.