Skip to content

Commit 2a5a646

Browse files
committed
Reduce the set of built components in quarkus github action
1 parent 5599011 commit 2a5a646

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
@@ -60,8 +60,8 @@ jobs:
6060
run: |
6161
export JAVA_HOME=${GITHUB_WORKSPACE}/labsjdk-ce-${{ env.JDK_VERSION }}-${{ env.JVMCI_VERSION }}
6262
cd substratevm
63-
../../mx/mx build
64-
mv $(../../mx/mx graalvm-home) ~/graaljdk
63+
../../mx/mx --components="Native Image" build
64+
mv $(../../mx/mx --components="Native Image" graalvm-home) ~/graaljdk
6565
~/graaljdk/bin/native-image --version
6666
- name: Tar GraalVM
6767
shell: bash

0 commit comments

Comments
 (0)