Skip to content

Commit

Permalink
8254175: Build no-pch configuration in debug mode for submit checks
Browse files Browse the repository at this point in the history
Reviewed-by: rwestberg, erikj, dholmes
  • Loading branch information
shipilev committed Oct 9, 2020
1 parent b9873e1 commit 0230781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
flags: --enable-debug
artifact: -debug
- flavor: build hotspot no-pch
flags: --disable-precompiled-headers
flags: --enable-debug --disable-precompiled-headers
build-target: hotspot
- flavor: build hotspot zero
flags: --enable-debug --disable-precompiled-headers --with-jvm-variants=zero
Expand Down

1 comment on commit 0230781

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 0230781 Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.