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

Detect new *-alpine-linux-musl targets #213

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

kpcyrd
Copy link
Contributor

@kpcyrd kpcyrd commented Oct 10, 2023

This resolves the build failure on Alpine 3.18 described at sfackler/rust-openssl#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.

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

@alexcrichton alexcrichton merged commit 8306eae into alexcrichton:main Oct 16, 2023
16 of 17 checks passed
@kpcyrd kpcyrd deleted the x86_64-alpine-linux-musl branch October 16, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants