8254173: Add Zero, Minimal hotspot targets to submit workflow
Reviewed-by: erikj, rwestberg
This commit is contained in:
parent
e1187c401e
commit
bc236903a2
8
.github/workflows/submit.yml
vendored
8
.github/workflows/submit.yml
vendored
@ -106,6 +106,8 @@ jobs:
|
||||
- build release
|
||||
- build debug
|
||||
- build hotspot no-pch
|
||||
- build hotspot zero
|
||||
- build hotspot minimal
|
||||
include:
|
||||
- flavor: build debug
|
||||
flags: --enable-debug
|
||||
@ -113,6 +115,12 @@ jobs:
|
||||
- flavor: build hotspot no-pch
|
||||
flags: --disable-precompiled-headers
|
||||
build-target: hotspot
|
||||
- flavor: build hotspot zero
|
||||
flags: --enable-debug --disable-precompiled-headers --with-jvm-variants=zero
|
||||
build-target: hotspot
|
||||
- flavor: build hotspot minimal
|
||||
flags: --enable-debug --disable-precompiled-headers --with-jvm-variants=minimal
|
||||
build-target: hotspot
|
||||
|
||||
env:
|
||||
JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).DEFAULT_VERSION_FEATURE }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user