Allow packaging of wheels for riscv64 architecture #150
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The issue mentioned in #147 about uploading to test.pypi.org has been resolved
Now pypi already supports uploading pypi packages for riscv64 architecture, for details, please see pypi/warehouse#18390
Here is the link I just uploaded to test.pypi.org https://test.pypi.org/project/rpds-py/0.26.0/#files
(the version in testpypi is manylinux_2_31,which is fine to upload to pypi,not just manylinux_2_39.)
(I made a mistake before, thinking that pypi can only upload manylinux_2_39 and above packages, in fact, it is not, riscv64 manylinux should support all)
These whl files come from the CI link here. the riscv64 zip,link
For detailed packaging methods, please see this link
I test on ubuntu 24.04 and ubuntu 22.04 riscv
The following is the test script and output
ubuntu 24 riscv result
ubuntu 22 riscv result
other info
Co-authored-by: [email protected];