forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flag to skip printing specific aspects in build results
We have an internal system which tacks an aspect onto all the builds it runs, but no one really cares about the aspect's outputs, just that with the default --show_result their normal results are suppressed. This lets us avoid that. There are a few ways we could have implemented this, I decided to go with the simplest - non-repeated flag with comma-separated values. Practically, we could evolve this to allow multiple and do something like we do with --output_group with adding/subtracting from the existing/default, but we can cross that bridge when/if we get there. PiperOrigin-RevId: 603229525 Change-Id: I8b1a387eeb7e67cceaf4f8e821bd29c12b136982
- Loading branch information
1 parent
4530ad2
commit 3bd39b2
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters