Skip to content

Commit 24a68ed

Browse files
authored
Merge pull request #74 from JakubVanek/feature/loom
[patch][scripts] fix: build loom with jdk15 on arm
2 parents dddd147 + 0105f4b commit 24a68ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
337337
HOSTJDK_FILE="$BUILDDIR/jdk-ev3.tar.gz"
338338
# stretch and buster have different versions
339339
if [ "$BUILDER_DISTRO" = "stretch" ]; then
340-
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-14/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
340+
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-15/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
341341
else
342-
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-14/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
342+
HOSTJDK_URL="https://ci.adoptopenjdk.net/job/eljbuild/job/buster-15/lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
343343
fi
344344
else
345345
# same for both stretch & buster

0 commit comments

Comments
 (0)