-
Notifications
You must be signed in to change notification settings - Fork 8
ci: add support for riscv64 architecture #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Now that cibuildwheel and PyPI both support riscv64, we can start building riscv64 wheels. Signed-off-by: Julien Stephan <[email protected]>
|
Hello, and thank you for your interest and the tests performed! Following up on the plan with PEP 784, the next version of However, for that to work, the newly introduced dependency Since the support for riscv64 will be done in an other way, I am closing this PR. |
|
Version 0.19.0 of @justeph could you try to install it from PyPi on a riscv64 machine? It should work by downloading necessary wheels without compiling anything locally. |
|
@Rogdham I confirm I can install pyzstd on riscv64 without compiling : and on a 3.14 virtual env: |
|
Terrific! Thank you for confirming! |
Now that cibuildwheel and PyPI both support riscv64, we can start building riscv64 wheels.
FYI, RISE has been building, testing and distributing pyzstd for riscv64 (versions 0.17.0 and 0.18.0). Tested builds are available for riscv64 here.