File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,21 @@ jobs:
106106 - build release
107107 - build debug
108108 - build hotspot no-pch
109+ - build hotspot zero
110+ - build hotspot minimal
109111 include :
110112 - flavor : build debug
111113 flags : --enable-debug
112114 artifact : -debug
113115 - flavor : build hotspot no-pch
114116 flags : --disable-precompiled-headers
115117 build-target : hotspot
118+ - flavor : build hotspot zero
119+ flags : --enable-debug --disable-precompiled-headers --with-jvm-variants=zero
120+ build-target : hotspot
121+ - flavor : build hotspot minimal
122+ flags : --enable-debug --disable-precompiled-headers --with-jvm-variants=minimal
123+ build-target : hotspot
116124
117125 env :
118126 JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).DEFAULT_VERSION_FEATURE }}"
You can’t perform that action at this time.
0 commit comments