Skip to content

Commit bc23690

Browse files
committed
8254173: Add Zero, Minimal hotspot targets to submit workflow
Reviewed-by: erikj, rwestberg
1 parent e1187c4 commit bc23690

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/submit.yml

+8
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)