We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6986f0 commit 3353f77Copy full SHA for 3353f77
.github/workflows/quarkus.yml
@@ -67,8 +67,8 @@ jobs:
67
- name: Build graalvm native-image
68
run: |
69
cd substratevm
70
- ${MX_PATH}/mx --native=native-image --components="Native Image" build
71
- mv $(${MX_PATH}/mx --native=native-image --components="Native Image" graalvm-home) ${GRAALVM_HOME}
+ ${MX_PATH}/mx --native=native-image,lib:jvmcicompiler --components="Native Image,LibGraal" build
+ mv $(${MX_PATH}/mx --native=native-image,lib:jvmcicompiler --components="Native Image,LibGraal" graalvm-home) ${GRAALVM_HOME}
72
${GRAALVM_HOME}/bin/native-image --version
73
- name: Tar GraalVM
74
shell: bash
0 commit comments