-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29653 Upgrade os-maven-plugin to 1.7.1 for RISC-V riscv64 support #7376
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
base: master
Are you sure you want to change the base?
Conversation
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
💔 -1 overall
This message was automatically generated. |
Can you please create a backport PR for branch-2 @gong-flying ? |
Thanks for the reminder! I've created the backport PR for branch-2. Here's the PR link:#7378 |
This upgrade introduces official support for the RISC-V architecture (riscv64) in the os-maven-plugin, enabling successful builds on RISC-V systems.
The change was validated on an SG2044-based development board. The upgrade process completed successfully, with the board functioning as expected and all tests passing.
For implementation details, refer to the following commit by trustin:
Commit: trustin/os-maven-plugin@4df5494
CC: @trustin