Replies: 1 comment
-
Looking at NativeImageBuildStep.java and GraalVM.java, it shows the graalvm version isn't the exact version from the image builder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm playing with the option
-Dquarkus.package.type=native-sources
to later build the native image.I generated a sample code-with-quarkus project 3.8.3
Then executed:
mvn package -Dquarkus.package.type=native-sources -Dquarkus.native.container-build=true
which generated the following files:
However running the mandrel image, it shows a slightly different graalvm version.
Is it intended to be be a exact version or just
major.minor
version ?Beta Was this translation helpful? Give feedback.
All reactions