-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for RISCV32 #2041
Milestone
Comments
In target.h, we have:
So presumably we would also need to add the corresponding change for riscv32. The bigger issue, AFAICT, is that we don't have any way of testing riscv32 code in CI. |
See #2042 (comment) for an alternative approach. |
Please check out PR #2082 to see if this works for you. |
Closing this on the assumption that PR #2082 resolves this, at least if you're not using an old version of GCC> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi - I'm trying to run a repo with ring as dependency on a RISC32 arch. I tried to override the dependency based on this convo. Is riscv32 supported? Am I trying to implement this override correctly (please see below)? TY very much for any insights.
[patch.crates-io]
ring = { git = "https://github.com/leso-kn/ring.git", package = "ring", branch = "riscv64-support-plus-riscv32" }
The text was updated successfully, but these errors were encountered: