This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch lower-cpu-req in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit f5f07440404bd23b72f413ef87e48c5d884afe5e Author: Tamas Cservenak <[email protected]> AuthorDate: Thu Jun 20 17:55:39 2024 +0200 Lower CPU requirement Using "compatibility" march. Fixes #1029 --- client/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pom.xml b/client/pom.xml index af1c672a..92e8fb69 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -196,6 +196,7 @@ <mainClass>org.mvndaemon.mvnd.client.DefaultClient</mainClass> <imageName>mvnd</imageName> <buildArgs>--no-fallback + -march=compatibility -H:+UnlockExperimentalVMOptions ${graalvm-native-static-opt} ${graalvm-native-glibc-opt}
