Skip to content

Commit 359ea46

Browse files
authored
Remove incompatible_use_toolchain_transition again, now that it has been removed from bazel (#963)
I think this might break compatibility with bazel 4.x, in order to fix compatibility with the tip of bazel's master branch. Resolves #962 See also: #452, #454 cc @katre
2 parents e9ac621 + bcc9ec2 commit 359ea46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/naming_package_files/my_package_name.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ names_from_toolchains = rule(
8989
),
9090
},
9191
toolchains = ["@rules_cc//cc:toolchain_type"],
92-
incompatible_use_toolchain_transition = True,
9392
)
9493

9594
#

0 commit comments

Comments
 (0)