mirror of https://github.com/bazelbuild/rules_cc
Update `cfg` values to make buildifier happy.
PiperOrigin-RevId: 449498641 Change-Id: I145fc5dfec522753deaa64ace04ca56546351ff5
This commit is contained in:
parent
cb6d32e4d1
commit
ab0be67e22
|
@ -46,7 +46,7 @@ cc_toolchain_config_compare_test = rule(
|
|||
"_comparator": attr.label(
|
||||
default = ":ctoolchain_comparator",
|
||||
executable = True,
|
||||
cfg = "host",
|
||||
cfg = "exec",
|
||||
),
|
||||
},
|
||||
test = True,
|
||||
|
|
|
@ -42,7 +42,7 @@ cc_toolchains_compare_test = rule(
|
|||
"_comparator": attr.label(
|
||||
default = ":ctoolchain_comparator",
|
||||
executable = True,
|
||||
cfg = "host",
|
||||
cfg = "exec",
|
||||
),
|
||||
},
|
||||
test = True,
|
||||
|
|
Loading…
Reference in New Issue