Add riscv64 musl target to build-release-binaries workflow#18228
Add riscv64 musl target to build-release-binaries workflow#18228konstin merged 5 commits intoastral-sh:mainfrom
Conversation
Set environment variable for RISC-V target in build workflow.
|
Just to confirm, since adding more platforms has bit us before, PyPI will accept this wheel as tagged? |
|
I'm updating maturin, then we can do this while keeping the |
|
We should also add this as a tier two platform then |
It is already, due to the GNU build of it. |
|
Hmm this doesn't work yet:
|
Fixed, move it to manylinux_2_31 like maturin does. Also fixed the issue on maturin side: PyO3/maturin#3078 |
|
Thank you! |
Summary
Closes #16063
Test Plan
Test on GitHub Actions: https://github.com/astral-sh/uv/actions/runs/22535106542/job/65281038532?pr=18228