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
No related branches found
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:
# 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment