File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 jlink :
1414 env :
15- JDK_BASE_URL : " https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11 /GPL/"
15+ JDK_BASE_URL : " https://download.java.net/java/early_access/jdk25/25 /GPL/"
1616 build_os : linux
1717 build_arch : x64
1818 build_pkg : tar.gz
3939
4040 - name : Download target OS+Arch JDK
4141 # curl --output /tmp/jdk.tar.gz \
42- # https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/ GPL/openjdk-23.0.1_linux -x64_bin.tar.gz
43- run : curl --output ${{ runner.temp }}/jdk.${{ matrix.pkg }} ${{ env.JDK_BASE_URL }}/openjdk-23_ ${{ matrix.os }}-${{ matrix.arch }}_bin.${{ matrix.pkg }}
42+ # https://download.java.net/java/early_access/jdk25/25/ GPL/openjdk-25-ea+25_linux -x64_bin.tar.gz
43+ run : curl --output ${{ runner.temp }}/jdk.${{ matrix.pkg }} ${{ env.JDK_BASE_URL }}/openjdk-25-ea+25_ ${{ matrix.os }}-${{ matrix.arch }}_bin.${{ matrix.pkg }}
4444
4545 # In order to avoid knowing the directory structure within the different target OS+Arch archives,
4646 # using setup-java action to unpack the target OS+Arch archive (probably performs unpack + JAVA_HOME + PATH)
5757
5858 - name : Download build environment JDK
5959 if : ${{ matrix.os != env.build_os || matrix.arch != env.build_arch }}
60- run : curl --output ${{ runner.temp }}/buildjdk.${{ env.build_pkg }} ${{ env.JDK_BASE_URL }}/openjdk-23_ ${{ env.build_os }}-${{ env.build_arch }}_bin.${{ env.build_pkg }}
60+ run : curl --output ${{ runner.temp }}/buildjdk.${{ env.build_pkg }} ${{ env.JDK_BASE_URL }}/openjdk-25-ea+25_ ${{ env.build_os }}-${{ env.build_arch }}_bin.${{ env.build_pkg }}
6161
6262 - uses : actions/setup-java@v4
6363 if : ${{ matrix.os != env.build_os || matrix.arch != env.build_arch }}
You can’t perform that action at this time.
0 commit comments