Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow installation of manylinux wheels on riscv64 (#8934)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary auditwheel is capable of generating riscv64 wheels for manylinux_2_31 and above. Here we modify uv-platform-tags so that those wheels can be installed using uv. Fixes: #8889 ## Test Plan - ran `cargo nextest run` locally on an x86 machine - also ran `cargo nextest run` locally on a riscv64 VM but there were a fair few failures (with and without this patch) - built a riscv64 uv wheel, installed it on a riscv64 VM and checked that I could use the newly built version of uv to install manylinux_2_35_riscv64 wheels.
- Loading branch information