Skip to content

Commit 3353f77

Browse files
zakkakfniephaus
authored andcommitted
CI: Build GraalVM with libgraal for Quarkus tests
Closes #3952
1 parent d6986f0 commit 3353f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarkus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: Build graalvm native-image
6868
run: |
6969
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}
70+
${MX_PATH}/mx --native=native-image,lib:jvmcicompiler --components="Native Image,LibGraal" build
71+
mv $(${MX_PATH}/mx --native=native-image,lib:jvmcicompiler --components="Native Image,LibGraal" graalvm-home) ${GRAALVM_HOME}
7272
${GRAALVM_HOME}/bin/native-image --version
7373
- name: Tar GraalVM
7474
shell: bash

0 commit comments

Comments
 (0)