Add riscv64 platform support#9287
Merged
headius merged 1 commit intojruby:masterfrom Mar 4, 2026
Merged
Conversation
headius
approved these changes
Mar 4, 2026
Member
headius
left a comment
There was a problem hiding this comment.
Clean and mundane, just as it should be.
Member
|
@trocedge I'm glad the changes were simple! If you could, rebase on master rather than merge, just to clean up the history a little bit. If you're up for more help, we wouldn't turn down some help setting up a RISC-V test job here! (probably using qemu and Docker as it is in jffi). |
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
Contributor
Author
|
All set! I rebased the branch. To be honest, I don't use rebase very often, so it took me a minute to figure it out, but I'm glad I got it working. The history should be nice and clean now. |
Contributor
Author
|
As for the RISC-V CI job, I'd be absolutely happy to help! I'll try setting it up based on what we have in JFFI. |
Member
|
@trocedge Thank you! |
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.
This PR adds RISC-V architecture support to JRuby (issue #9286). The changes are modeled after the LoongArch implementation in #7518 to ensure the support is as comprehensive and accurate as possible.