From 1ec7603d631ac296b215df005f23b01e3816ad46 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 26 Oct 2021 22:29:18 +0300 Subject: [PATCH] CI: Build GraalVM with libgraal for Quarkus tests --- .github/workflows/quarkus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarkus.yml b/.github/workflows/quarkus.yml index 2f6668d51798..c00f7de796e7 100644 --- a/.github/workflows/quarkus.yml +++ b/.github/workflows/quarkus.yml @@ -67,8 +67,8 @@ jobs: - name: Build graalvm native-image run: | cd substratevm - ${MX_PATH}/mx --native=native-image --components="Native Image" build - 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} ${GRAALVM_HOME}/bin/native-image --version - name: Tar GraalVM shell: bash