File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
66 linux-ea :
77 runs-on : ubuntu-latest
8- container : " ghcr.io/renaissance-benchmarks/renaissance-buildenv:v17-openjdk26 -ea"
8+ container : " ghcr.io/renaissance-benchmarks/renaissance-buildenv:v19-openjdk27 -ea"
99 steps :
1010 - name : Git checkout
1111 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1111 ARTIFACT_RETENTION_DAYS : ${{ ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) && 30 || 4 }}
1212
1313 BUILDENV_IMAGE_BASE : ghcr.io/renaissance-benchmarks/renaissance-buildenv
14- BUILDENV_IMAGE_VERSION : v18
14+ BUILDENV_IMAGE_VERSION : v19
1515
1616jobs :
1717
@@ -154,6 +154,8 @@ jobs:
154154 image : temurin-jdk21
155155 - os : linux
156156 image : temurin-jdk25
157+ - os : linux
158+ image : openjdk26
157159 - os : linux
158160 image : openj9-openjdk11
159161 - os : linux
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ cp_reflink() {
5252
5353get_jvm_workaround_args () {
5454 case " $RENAISSANCE_JVM_MAJOR_VERSION " in
55- 1[6-9]|2[0-6]|26 -ea)
55+ 1[6-9]|2[0-7]| * -ea)
5656 echo " --add-opens=java.base/java.lang=ALL-UNNAMED"
5757 echo " --add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
5858 echo " --add-opens=java.base/java.lang.reflect=ALL-UNNAMED"
You can’t perform that action at this time.
0 commit comments