cstamas commented on issue #1029: URL: https://github.com/apache/maven-mvnd/issues/1029#issuecomment-2176759313
To reproduce, use mvnd-1.x branch and I had these changes (yes, I also enabled FFM, so it may affected it): ```diff diff --git a/client/pom.xml b/client/pom.xml index ba943a5a..687ace27 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -223,11 +223,12 @@ <skip>false</skip> <mainClass>org.mvndaemon.mvnd.client.DefaultClient</mainClass> <imageName>mvnd</imageName> - <buildArgs>--no-server - --no-fallback - --allow-incomplete-classpath + <buildArgs>--no-fallback + -H:+UnlockExperimentalVMOptions ${graalvm-native-static-opt} ${graalvm-native-glibc-opt} + -march=native + -H:+ForeignAPISupport -H:IncludeResources=org/mvndaemon/mvnd/.* -H:IncludeResources=mvnd-bash-completion.bash -H:-ParseRuntimeOptions ``` Then `mvn clean package -P native` and just did change `march` between: * native * compatibility * x86-64-v3 * x86-64-v2 * x86-64-v1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org