Skip to content

Commit 6136f36

Browse files
committed
Remove uses of incompatible_use_toolchain_transition.
Now that Bazel 7.0 has been released, it's time to remove this tech debt. This has been a no-op since Bazel 5.0, I've been waiting to remove the code for two years, it's time. Part of bazelbuild/bazel#14127.
1 parent eeb5aa3 commit 6136f36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oci/private/toolchains_repo.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def _resolved_toolchain_impl(ctx):
9090
resolved_toolchain = rule(
9191
implementation = _resolved_toolchain_impl,
9292
toolchains = ["{toolchain_type}"],
93-
incompatible_use_toolchain_transition = True,
9493
)
9594
"""
9695

0 commit comments

Comments
 (0)