Switch run_binary to cfg = "exec" to fix buildifier failure (#367)
This commit is contained in:
parent
d54e8a70ce
commit
67bfa0ce4d
|
@ -72,7 +72,7 @@ run_binary = rule(
|
||||||
executable = True,
|
executable = True,
|
||||||
allow_files = True,
|
allow_files = True,
|
||||||
mandatory = True,
|
mandatory = True,
|
||||||
cfg = "host",
|
cfg = "exec",
|
||||||
),
|
),
|
||||||
"env": attr.string_dict(
|
"env": attr.string_dict(
|
||||||
doc = "Environment variables of the action.<br/><br/>Subject to " +
|
doc = "Environment variables of the action.<br/><br/>Subject to " +
|
||||||
|
|
Loading…
Reference in New Issue