Skip to content

Commit 161bc95

Browse files
committed
Use inputs.NATIVE_IMAGE_OPTIONS in env
1 parent 07b823b commit 161bc95

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/micronaut-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ env:
5252
MICRONAUT_JAVA_VERSION: 21
5353
# Enforce experimental option checking in CI (GR-47922)
5454
NATIVE_IMAGE_EXPERIMENTAL_OPTIONS_ARE_FATAL: 'true'
55+
NATIVE_IMAGE_OPTIONS: ${{ inputs.NATIVE_IMAGE_OPTIONS }}
5556

5657
permissions:
5758
contents: read # to fetch code (actions/checkout)

.github/workflows/quarkus-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ env:
5353
NATIVE_TEST_MAVEN_ARGS: "-Dtest-containers -Dstart-containers -Dquarkus.native.native-image-xmx=6g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs -Dquarkus.native.container-build=false"
5454
QUARKUS_JAVA_VERSION: 17 # Use Java 17 to build Quarkus as that's the lowest supported JDK version currently
5555
QUARKUS_PATH: ${{ github.workspace }}/quarkus
56+
NATIVE_IMAGE_OPTIONS: ${{ inputs.NATIVE_IMAGE_OPTIONS }}
5657

5758
name: Weekly Quarkus Tests
5859

.github/workflows/reachability-metadata-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ on:
5050
env:
5151
REACHABILITY_METADATA_PATH: ${{ github.workspace }}/graalvm-reachability-metadata
5252
MINIMUM_METADATA_JAVA_VERSION: 17
53+
NATIVE_IMAGE_OPTIONS: ${{ inputs.NATIVE_IMAGE_OPTIONS }}
5354

5455
permissions:
5556
contents: read # to fetch code (actions/checkout)

.github/workflows/spring-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ on:
5050
env:
5151
SPRING_PETCLINIC_PATH: ${{ github.workspace }}/spring-petclinic
5252
SPRING_JAVA_VERSION: 21
53+
NATIVE_IMAGE_OPTIONS: ${{ inputs.NATIVE_IMAGE_OPTIONS }}
5354

5455
permissions:
5556
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)