This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e7476e8 Lower CPU requirement (#1043)
9e7476e8 is described below

commit 9e7476e89f58fc0e7494666b835a09dbec4dfdf1
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Jun 20 16:56:19 2024 +0100

    Lower CPU requirement (#1043)
    
    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}

Reply via email to