Skip to content

Commit

Permalink
CI: image update, run on latest JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Oct 16, 2024
1 parent 6d955f2 commit f010a62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ea-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
jobs:
linux-ea:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk23-ea"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk24-ea"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
checks:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk22"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk22"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

linux:
runs-on: ubuntu-latest
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk22"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk22"
continue-on-error: true
steps:
- name: Git checkout
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
plugins:
runs-on: ubuntu-latest
needs: linux
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-openjdk11-with-ant-gcc"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-openjdk11-with-ant-gcc"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -235,12 +235,15 @@ jobs:
- openjdk11
- openjdk17
- openjdk21
- openjdk22
- openjdk23
- openjdk24-ea
- openj9-openjdk11
- openj9-openjdk17
- openj9-openjdk21
runs-on: ubuntu-latest
continue-on-error: true
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v11-${{ matrix.image }}"
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v12-${{ matrix.image }}"
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp_reflink() {

get_jvm_workaround_args() {
case "$RENAISSANCE_JVM_MAJOR_VERSION" in
16|17|18|19|20|21|22|23-ea)
16|17|18|19|20|21|22|23-ea|23|24-ea|24)
echo "--add-opens=java.base/java.lang=ALL-UNNAMED"
echo "--add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
echo "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED"
Expand Down

0 comments on commit f010a62

Please sign in to comment.