Skip to content

Commit

Permalink
Enable the flag
Browse files Browse the repository at this point in the history
--incompatible_disallow_rule_execution_platform_constraints_allowed.

RELNOTES: Enable incompatible_disallow_rule_execution_platform_constraints_allowed by default (bazelbuild#8136).
  • Loading branch information
katre committed Aug 6, 2019
1 parent 0527139 commit 497633b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public class StarlarkSemanticsOptions extends OptionsBase implements Serializabl

@Option(
name = "incompatible_disallow_rule_execution_platform_constraints_allowed",
defaultValue = "False",
defaultValue = "True",
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
metadataTags = {
Expand Down

0 comments on commit 497633b

Please sign in to comment.