ci: add riscv64 wheels#1453
Conversation
Now that cibuildwheel and PyPI support riscv64, we can start building riscv64 wheels. Signed-off-by: Julien Stephan <jstephan@baylibre.com>
|
Hi @justeph! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
Summary
Now that cibuildwheel and PyPI support riscv64, we can start building riscv64 wheels.
As part of the RISE project we are trying to build test and deploy the most popular python binary wheels for riscv64. We already support 70+ packages via the wheel_builder project. We already helped several of them to enable directly riscv64 support upstream.
Our next target is Arrow, but libCST is one of Arrow dependency, hence we would like to add riscv64 support here first.
This PR uses riscv64 native runners provided for free by RISE (https://riseproject.dev/2026/03/24/announcing-the-rise-risc-v-runners-free-native-risc-v-ci-on-github/).
I also skip musllinux build, as it is done for other uncommon arch.
Test Plan
Here are the links to my fork's run: