Skip to content
Snippets Groups Projects
Commit c5d1f9bb authored by Sören Henning's avatar Sören Henning
Browse files

Test another Graal VM image

parent fbee7101
Branches master
No related tags found
3 merge requests!160Update Graal Image in CI pipeline,!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline
Pipeline #3819 failed
...@@ -213,7 +213,8 @@ deploy-uc4-load-generator: ...@@ -213,7 +213,8 @@ deploy-uc4-load-generator:
# Theodolite Framework # Theodolite Framework
.theodolite: .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: tags:
- exec-docker - exec-docker
variables: variables:
...@@ -240,7 +241,7 @@ build-theodolite-native: ...@@ -240,7 +241,7 @@ build-theodolite-native:
stage: build stage: build
extends: .theodolite extends: .theodolite
script: 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 - ./gradlew --build-cache assemble -Dquarkus.package.type=native
when: manual when: manual
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment