Skip to content

Commit c1663e9

Browse files
committed
[scripts] Switch to BootJDK13 for JDK14
1 parent dc10eea commit c1663e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/config.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,15 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
301301
HOSTJDK_FILE="$BUILDDIR/jdk-ev3.tar.gz"
302302
# stretch and buster have different versions
303303
if [ "$BUILDER_DISTRO" = "stretch" ]; then
304-
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-12/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
304+
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-13/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
305305
else
306-
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-12/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
306+
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-13/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
307307
fi
308308
else
309309
# same for both stretch & buster
310-
HOSTJDK="$BUILDDIR/jdk-12.0.2+10"
311-
HOSTJDK_FILE="$BUILDDIR/OpenJDK12U-jdk_x64_linux_hotspot_12.0.2_10.tar.gz"
312-
HOSTJDK_URL="https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jdk_x64_linux_hotspot_12.0.2_10.tar.gz"
310+
HOSTJDK="$BUILDDIR/jdk-13+33"
311+
HOSTJDK_FILE="$BUILDDIR/OpenJDK13U-jdk_x64_linux_hotspot_13_33.tar.gz"
312+
HOSTJDK_URL="https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13%2B33/OpenJDK13U-jdk_x64_linux_hotspot_13_33.tar.gz"
313313
fi
314314
IMAGEDIR="$JDKDIR/build/linux-arm-${JDKVM}-${HOTSPOT_DEBUG}/images"
315315
HOTSPOT_ABI=arm-sflt

0 commit comments

Comments
 (0)