From c5d1f9bb344397eb712d1e27fbfb3f9754e90f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 28 Jun 2021 12:56:16 +0200 Subject: [PATCH] Test another Graal VM image --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 995c92597..7d90d9e18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,7 +213,8 @@ deploy-uc4-load-generator: # Theodolite Framework .theodolite: - image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2 + #image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2 + image: ghcr.io/graalvm/native-image:java11-21.1.0 tags: - exec-docker variables: @@ -240,7 +241,7 @@ build-theodolite-native: stage: build extends: .theodolite script: - - gu install native-image # TODO move to image + #- gu install native-image # TODO move to image - ./gradlew --build-cache assemble -Dquarkus.package.type=native when: manual artifacts: -- GitLab