-
-
Notifications
You must be signed in to change notification settings - Fork 173
Description
Not long ago, Pypi added wheel hosting support for riscv64(rv64), so we can consider adding packaging support for rv64.
( In fact, I'm currently working on adding rv64 support for Ceph. One of Ceph's dependencies is markupsafe, so I'm hoping to add support for markupsafe to support rv64. )
This can be achieved with a simple modification to the markupsafe's gitHub action script; no other code modifications are required.
I modified this in my fork, and here are the results of a CI run, showing that packaging and usage are successful.
As for testing rv64, I looked at the tests.yaml file and found no tests for architectures other than x86, such as aarch64. Therefore, rv64 is not currently tested. If you believe testing for aarch64 or rv64 is necessary, I would be happy to assist you, so please feel free to contact me.
Other Information
Co-authored by: [email protected];