astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

Use musl build for ARM Linux #1192

Closed charliermarsh closed 2 months ago

charliermarsh commented 2 months ago

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 https://github.com/astral-sh/rye/issues/1187.

charliermarsh commented 2 months ago

@konstin -- Can you please review?