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:
@@ -214,7 +214,9 @@ deploy-uc4-load-generator:
# Theodolite Framework
# Theodolite Framework
.theodolite:
.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:
tags:
- exec-docker
- exec-docker
variables:
variables:
@@ -241,7 +243,6 @@ build-theodolite-native:
@@ -241,7 +243,6 @@ build-theodolite-native:
stage: build
stage: build
extends: .theodolite
extends: .theodolite
script:
script:
- 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:
Loading