From ae9acda5ad733e44765674b3aa439f49bed92c45 Mon Sep 17 00:00:00 2001 From: Dayuxiaoshui <792179245@qq.com> Date: Sat, 11 Oct 2025 17:16:01 +0800 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d71369..990916b 100644 --- a/pom.xml +++ b/pom.xml @@ -635,7 +635,7 @@ under the License. kr.motd.maven os-maven-plugin - 1.6.2 + 1.7.1