Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade os-maven-plugin to 1.7.1 for RISC-V SG2044 support
- Upgrade os-maven-plugin from 1.6.2 to 1.7.1
- Enable RISC-V architecture detection for SG2044 processor
- Required for successful Maven build and benchmark testing on RISC-V platform
- Resolves architecture detection issues during flink-benchmarks compilation

Co-authored-by: gong-flying <[email protected]>
  • Loading branch information
Dayuxiaoshui and gong-flying committed Oct 11, 2025
commit ae9acda5ad733e44765674b3aa439f49bed92c45
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ under the License.
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.7.1</version>
</extension>
</extensions>
<plugins>
Expand Down