From 0105f4bd9e2c2a3521b59a7cec36628731e6fa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Fri, 27 Nov 2020 23:40:40 +0100 Subject: [PATCH] [patch][scripts] fix: build loom with jdk15 on arm --- scripts/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.sh b/scripts/config.sh index adad5a2..e411efa 100644 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -337,9 +337,9 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then HOSTJDK_FILE="$BUILDDIR/jdk-ev3.tar.gz" # stretch and buster have different versions if [ "$BUILDER_DISTRO" = "stretch" ]; then - HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-14/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz" + HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-15/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz" else - HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-14/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz" + HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-15/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz" fi else # same for both stretch & buster