Skip to content

Commit c124852

Browse files
committed
[scripts] fix: use jdk15 for loom build
1 parent 3e7f301 commit c124852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
342342
fi
343343
else
344344
# same for both stretch & buster
345-
HOSTJDK="$BUILDDIR/jdk-14.0.1+7"
346-
HOSTJDK_FILE="$BUILDDIR/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
347-
HOSTJDK_URL="https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz"
345+
HOSTJDK="$BUILDDIR/jdk-15.0.1+9"
346+
HOSTJDK_FILE="$BUILDDIR/OpenJDK15U-jdk_x64_linux_hotspot_15.0.1_9.tar.gz"
347+
HOSTJDK_URL="https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.1%2B9/OpenJDK15U-jdk_x64_linux_hotspot_15.0.1_9.tar.gz"
348348
fi
349349
IMAGEDIR="$JDKDIR/build/linux-arm-${JDKVM}-${HOTSPOT_DEBUG}/images"
350350
HOTSPOT_ABI=arm-sflt

0 commit comments

Comments
 (0)