Skip to content

Commit

Permalink
Default --experimental_keep_config_nodes_on_analysis_discard to false.
Browse files Browse the repository at this point in the history
Net effect: "blaze config" only reports info from the last build. Not accumulated earlier builds.

RELNOTES: "blaze config" now only reports info from the last build. To compare configurations across multiple builds, redirect "blaze config" output to a file and run your favorite diff tool.
PiperOrigin-RevId: 444967794
  • Loading branch information
gregestren authored and copybara-github committed Apr 27, 2022
1 parent 73f1ecb commit 2f9f842
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public class AnalysisOptions extends OptionsBase {

@Option(
name = "experimental_keep_config_nodes_on_analysis_discard",
defaultValue = "true",
// TODO(b/230646046): remove this flag once the "false" default value has settled in safely
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOSES_INCREMENTAL_STATE},
help =
Expand Down

0 comments on commit 2f9f842

Please sign in to comment.