Closed
Conversation
Co-authored by: nijincheng@iscas.ac.cn;
Contributor
|
@ffgan I am not the maintainer, but I also just got done preparing another PR: #98 I think this is a safer approach since it separates the rustc target triple from the architecture string used elsewhere. You were first though, so I am happy to let you do those changes if you agree that they make more sense. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PyPI recently added support for hosting whl packages for riscv64, so we can consider adding support for riscv64 packaging.
Here are the CI results,link, which show that the riscv64 whl can be built successfully.
A few points to note:
To facilitate testing, I modified the CI trigger conditions. If they're not working, please let me know and I'll add a commit to restore the original trigger conditions.
Recently, CI seems to have issues with uploading artifacts. I've modified them to allow CI to pass successfully, but release builds haven't been tested yet. If you encounter any issues with the release build, please feel free to contact me. I'd be happy to help resolve the CI issue.
Other Information
Co-authored by: nijincheng@iscas.ac.cn;