File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,21 @@ jobs:
106
106
- build release
107
107
- build debug
108
108
- build hotspot no-pch
109
+ - build hotspot zero
110
+ - build hotspot minimal
109
111
include :
110
112
- flavor : build debug
111
113
flags : --enable-debug
112
114
artifact : -debug
113
115
- flavor : build hotspot no-pch
114
116
flags : --disable-precompiled-headers
115
117
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
116
124
117
125
env :
118
126
JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).DEFAULT_VERSION_FEATURE }}"
You can’t perform that action at this time.
0 commit comments