Skip to content

Commit a9efa37

Browse files
committed
Create bootstrap archive for version 20
1 parent ee8e2a0 commit a9efa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archives-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
# OpenJDK 13 is first version built using GCC (no need for Solaris Studio).
1515
# OpenJDK 16 is needed to bootstrap LTS version 17.
1616

17-
for VERSION in 13 16; do
17+
for VERSION in 13 16 20; do
1818
if [ $VERSION -lt 12 ] ; then
1919
JAVADIR="./build_dir/jdk${VERSION}u/build/solaris-$JDK_PLATFORM-normal-server-release/jdk"
2020
else

0 commit comments

Comments
 (0)