Skip to content

Commit 1f24172

Browse files
authored
bazel: change cfg from host to exec (#378)
Otherwise, this fails when flipping [`--incompatible_disable_starlark_host_transitions`](bazelbuild/bazel#17032).
1 parent 390772a commit 1f24172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ xacro_file = rule(
9797
"deps": attr.label_list(providers = [XacroInfo]),
9898
"_xacro": attr.label(
9999
default = Label("//:xacro"),
100-
cfg = "host",
100+
cfg = "exec",
101101
executable = True,
102102
),
103103
},

0 commit comments

Comments
 (0)