Closed kpcyrd closed 1 year ago
This resolves the build failure on Alpine 3.18 described at https://github.com/sfackler/rust-openssl/issues/1624
cd openssl-sys cargo build --features vendored
This target is used to distinguish from *-unknown-linux-musl that currently implies static linking in Rust world.
*-unknown-linux-musl
The list is incomplete, I think there are a few more targets. Done
See also: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/rust/alpine-target.patch
This resolves the build failure on Alpine 3.18 described at https://github.com/sfackler/rust-openssl/issues/1624
This target is used to distinguish from
*-unknown-linux-musl
that currently implies static linking in Rust world.The list is incomplete, I think there are a few more targets.DoneSee also: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/rust/alpine-target.patch