Skip to content

Commit

Permalink
Set --legacy_important_outputs to false by default.
Browse files Browse the repository at this point in the history
This flag reduces the largest BES proto size, which helps avoid sharp edges with remote execution systems (e.g., #12050).

RELNOTES[INC]: --legacy_important_outputs now has a default of false.
  • Loading branch information
benjaminp committed Nov 30, 2021
1 parent d154dc3 commit 6a95c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class BuildEventProtocolOptions extends OptionsBase {

@Option(
name = "legacy_important_outputs",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
help = "Use this to suppress generation of the legacy important_outputs field in the "
Expand Down

0 comments on commit 6a95c58

Please sign in to comment.