Skip to content

Commit e03424d

Browse files
committed
Create bootstrap archive for version 24
1 parent a0644c9 commit e03424d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archives-bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ fi
1313
# Following bootstrap versions are important:
1414
# OpenJDK 13 is first version built using GCC (no need for Solaris Studio).
1515
# OpenJDK 16 is needed to bootstrap LTS version 17.
16+
# OpenJDK 24 is needed to bootstrap LTS version 25.
1617

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

0 commit comments

Comments
 (0)