Skip to content

Commit 6a95c58

Browse files
committed
Set --legacy_important_outputs to false by default.
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.
1 parent d154dc3 commit 6a95c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/buildeventstream/BuildEventProtocolOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BuildEventProtocolOptions extends OptionsBase {
2424

2525
@Option(
2626
name = "legacy_important_outputs",
27-
defaultValue = "true",
27+
defaultValue = "false",
2828
documentationCategory = OptionDocumentationCategory.LOGGING,
2929
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
3030
help = "Use this to suppress generation of the legacy important_outputs field in the "

0 commit comments

Comments
 (0)