Skip to content
Snippets Groups Projects

Update Graal Image in CI pipeline

Merged Sören Henning requested to merge update-graal-image into theodolite-kotlin
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -214,7 +214,9 @@ deploy-uc4-load-generator:
# Theodolite Framework
.theodolite:
image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2
image:
name: ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint: [""]
tags:
- exec-docker
variables:
@@ -241,7 +243,6 @@ build-theodolite-native:
stage: build
extends: .theodolite
script:
- gu install native-image # TODO move to image
- ./gradlew --build-cache assemble -Dquarkus.package.type=native
when: manual
artifacts:
Loading