Skip to content

Commit

Permalink
[scripts] Change cached bootjdk archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubVanek committed Mar 28, 2018
1 parent 9949c4e commit c67770f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$JDKVER" -eq "9" ]; then
AUTOGEN_PATH="./common/autoconf/autogen.sh"
HOTSPOT_VARIANT=client
HOSTJDK="$BUILDDIR/jdk-9.0.4"
HOSTJDK_FILE="$BUILDDIR/openjdk-9.0.4.tar.gz"
HOSTJDK_FILE="$BUILDDIR/openjdk-9.0.4_linux-x64_bin.tar.gz"
HOSTJDK_URL="https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz"

# OpenJDK 10
Expand All @@ -63,7 +63,7 @@ elif [ "$JDKVER" -eq "10" ]; then
AUTOGEN_PATH="./make/autoconf/autogen.sh"
HOTSPOT_VARIANT=client
HOSTJDK="$BUILDDIR/jdk-10"
HOSTJDK_FILE="$BUILDDIR/openjdk-10.tar.gz"
HOSTJDK_FILE="$BUILDDIR/openjdk-10_linux-x64_bin.tar.gz"
HOSTJDK_URL="https://download.java.net/java/GA/jdk10/10/binaries/openjdk-10_linux-x64_bin.tar.gz"

# invalid or unset version
Expand Down

0 comments on commit c67770f

Please sign in to comment.