Skip to content

Commit

Permalink
Use a fixed version of GraalVM, as otherwise Oracle JDBC and UCP driv…
Browse files Browse the repository at this point in the history
…ers fail during build. (#9406)
  • Loading branch information
tomas-langer authored Oct 16, 2024
1 parent 8f9f04b commit 18e9bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ runs:
git config --global core.eol lf
- name: Set up GraalVM
if: ${{ inputs.native-image == 'true' }}
uses: graalvm/[email protected].1
uses: graalvm/[email protected].4
with:
java-version: ${{ env.JAVA_VERSION }}
version: ${{ env.GRAALVM_VERSION }}
java-version: ${{ env.GRAALVM_VERSION || env.JAVA_VERSION }}
components: ${{ env.GRAALVM_COMPONENTS }}
check-for-updates: 'false'
set-java-home: 'false'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:

env:
JAVA_VERSION: 21
GRAALVM_VERSION: 21.0.3
JAVA_DISTRO: oracle
MAVEN_ARGS: |
-B -fae -e
Expand Down

0 comments on commit 18e9bc1

Please sign in to comment.