Skip to content

Commit

Permalink
Allow Starlark rules to be able to use the exec_compatible_with
Browse files Browse the repository at this point in the history
attribute by default.

Fixes bazelbuild#8451, part of bazelbuild#8134.

Closes bazelbuild#8453.

PiperOrigin-RevId: 249804440
  • Loading branch information
katre authored and Copybara-Service committed May 24, 2019
1 parent 936b04c commit 35dd05a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -280,7 +280,7 @@ public interface SkylarkRuleFunctionsApi<FileApiT extends FileApi> {
type = Boolean.class,
named = true,
positional = false,
defaultValue = "False",
defaultValue = "True",
disableWithFlag =
FlagIdentifier.INCOMPATIBLE_DISALLOW_RULE_EXECUTION_PLATFORM_CONSTRAINTS_ALLOWED,
valueWhenDisabled = "True",
Expand Down

0 comments on commit 35dd05a

Please sign in to comment.