Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build the wheel for the riscv64 architecture #505

@ffgan

Description

@ffgan

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];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions