Skip to content

Commit 0230781

Browse files
committed
8254175: Build no-pch configuration in debug mode for submit checks
Reviewed-by: rwestberg, erikj, dholmes
1 parent b9873e1 commit 0230781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
flags: --enable-debug
114114
artifact: -debug
115115
- flavor: build hotspot no-pch
116-
flags: --disable-precompiled-headers
116+
flags: --enable-debug --disable-precompiled-headers
117117
build-target: hotspot
118118
- flavor: build hotspot zero
119119
flags: --enable-debug --disable-precompiled-headers --with-jvm-variants=zero

0 commit comments

Comments
 (0)