feat: add RISC-V 64-bit (riscv64) platform support#78
Closed
gounthar wants to merge 1 commit intosdkman:masterfrom
Closed
feat: add RISC-V 64-bit (riscv64) platform support#78gounthar wants to merge 1 commit intosdkman:masterfrom
gounthar wants to merge 1 commit intosdkman:masterfrom
Conversation
Add LinuxRISCV64 platform: - Case match for "linuxriscv64" platform identifier - Platform val with distribution "LINUX_RISCV64" Closes sdkman#77 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Thanks for this contribution! 🙏 After careful consideration, we have decided to postpone RISC-V 64-bit platform support until we have completed our migration to the new backend. Adding new platform support at this stage would create additional complexity during the transition, so we want to get that migration done first and then revisit this properly. We have opened tracking issues on the new backend repos to make sure this does not get lost. In the meantime, please feel free to join us on Discord to continue the conversation — we would love to hear more about your RISC-V use case! |
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.
Summary
LinuxRISCV64platform val with distribution"LINUX_RISCV64"and name"Linux RISC-V 64bit""linuxriscv64"platform identifierCloses #77
Related