-
-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use musl build for ARM Linux (#1192)
## 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](https://pypi.org/project/uv/#files) 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.
- Loading branch information
1 parent
f38f979
commit fc7b54c
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters