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

Use musl build for ARM Linux #1192

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Use musl build for ARM Linux #1192

merged 1 commit into from
Jul 7, 2024

Conversation

charliermarsh
Copy link
Member

Summary

uv's dynamically-linked ARM Linux build is only compatible with manylinux_2_28 (we can't build Ring for earlier versions). You can see that we dual-tag the musl build for this reason as being manylinux_2014-compatible. This PR moves the ARM build to use the musl build, which should resolve the compatibility issues with manylinux_2_17.

Closes #1187.

@charliermarsh
Copy link
Member Author

@konstin -- Can you please review?

@charliermarsh charliermarsh added the bug Something isn't working label Jul 4, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) July 7, 2024 19:58
@charliermarsh charliermarsh merged commit fc7b54c into main Jul 7, 2024
8 checks passed
@charliermarsh charliermarsh deleted the charlie/musl branch July 7, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv installed during rye self install does not run on manylinux_2_17_aarch64
2 participants