Skip to content

Commit

Permalink
Only Micronaut can use NATIVE_IMAGE_EXPERIMENTAL_OPTIONS_ARE_FATAL
Browse files Browse the repository at this point in the history
…atm.
  • Loading branch information
fniephaus committed Mar 4, 2024
1 parent 879fa33 commit ec4b2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build-graalvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ runs:
echo "MX_VERSION=$(jq -r '.mx_version' common.json)" >> ${GITHUB_ENV}
# Workaround testsuite locale issue
echo "LANG=en_US.UTF-8" >> ${GITHUB_ENV}
# Enforce experimental option checking in CI (GR-47922)
echo "NATIVE_IMAGE_EXPERIMENTAL_OPTIONS_ARE_FATAL=true" >> ${GITHUB_ENV}
- name: Checkout graalvm/mx
uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ on:
env:
MICRONAUT_CORE_PATH: ${{ github.workspace }}/micronaut-core
MICRONAUT_JAVA_VERSION: 21
# Enforce experimental option checking in CI (GR-47922)
NATIVE_IMAGE_EXPERIMENTAL_OPTIONS_ARE_FATAL: 'true'

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit ec4b2c2

Please sign in to comment.