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

Support compiling against Musl #182

Merged
merged 1 commit into from
May 8, 2024

Conversation

simonjbeaumont
Copy link
Collaborator

@simonjbeaumont simonjbeaumont commented May 8, 2024

Motivation

When building for Linux, we would like to be able to build this package on top of Musl, as well as the usual Glibc.

Modifications

Conditionally import Musl when present, just like we do for Glibc.

Result

Can compile against Musl.

@FranzBusch
Copy link
Contributor

@swift-server-bot test this please

@FranzBusch FranzBusch enabled auto-merge (squash) May 8, 2024 16:04
@FranzBusch FranzBusch merged commit 12a031b into swift-server:main May 8, 2024
4 of 5 checks passed
@simonjbeaumont simonjbeaumont added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants