Skip to content

Commit

Permalink
remote: flipped --incompatible_list_based_execution_strategy_selectio…
Browse files Browse the repository at this point in the history
…n flag to be true by default

RELNOTES[INC]: flipped --incompatible_list_based_execution_strategy_selection flag to be true by default. See bazelbuild#7480 for details.
  • Loading branch information
ishikhman committed May 10, 2019
1 parent 1df1635 commit b43fcd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ExecutionOptions extends OptionsBase {

@Option(
name = "incompatible_list_based_execution_strategy_selection",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
effectTags = {OptionEffectTag.EXECUTION},
metadataTags = {
Expand Down

0 comments on commit b43fcd8

Please sign in to comment.