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

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


The following commit(s) were added to refs/heads/mvnd-1.x by this push:
     new c18a2eae Lower CPU requirements (#1041)
c18a2eae is described below

commit c18a2eaeb6310cad32946d111b3d64981a946193
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Jun 20 13:22:21 2024 +0100

    Lower CPU requirements (#1041)
    
    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 ee170547..5707b21f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -228,6 +228,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