@@ -83,6 +83,33 @@ Alternately you can use your own bootstrap version.
8383
8484--
8585
86+ Or alternatively you can build OpenJDK LTS version 21 (i386 only) or 17 using
87+ bootstrap archives with ` bootstrap-lts-jdk.sh ` :
88+
89+ ```
90+ git clone https://github.com/psumbera/solaris-openjdk.git
91+ cd solaris-openjdk/
92+ ./bootstrap-lts-jdk.sh 21
93+ Downloading OpenJDK 20 boostrap version...
94+ ############################################################################################################################################################################################################ 100.0%
95+ Extraxcting it...
96+ Clonning OpenJDK source repo...
97+ Cloning into './jdk21u-5SImGb/jdk21u'...
98+ remote: Enumerating objects: 1386884, done.
99+ remote: Counting objects: 100% (13559/13559), done.
100+ remote: Compressing objects: 100% (4210/4210), done.
101+ remote: Total 1386884 (delta 10025), reused 9381 (delta 9343), pack-reused 1373325 (from 4)
102+ Receiving objects: 100% (1386884/1386884), 1.10 GiB | 9.33 MiB/s, done.
103+ Resolving deltas: 100% (1029432/1029432), done.
104+ Updating files: 100% (68594/68594), done.
105+ Building OpenJDK 21 (/home/test/solaris-openjdk/build.log)...
106+ 0:05:09 [=======================================================================================================================================================================================>] 100%
107+ Creating archive /home/test/solaris-openjdk/archives/openjdk-21.0.8_SunOS-i386_bin.tar.xz
108+
109+ ```
110+
111+ --
112+
86113[ 1] JDK 8 is needed only for OpenJDK 9. Solaris Studio is needed only for
87114 OpenJDK 9, 10, 11 and 12. See example with ` --build-from=[NUM] ` .
88115
0 commit comments