Skip to content

Commit

Permalink
Remove uses of incompatible_use_toolchain_transition.
Browse files Browse the repository at this point in the history
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.

PiperOrigin-RevId: 592219242
  • Loading branch information
katre authored and copybara-github committed Dec 19, 2023
1 parent c763f3a commit 8033709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protos/bazel/upb_cc_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ _upb_cc_proto_library_aspect = aspect(
attr_aspects = ["deps"],
fragments = ["cpp"],
toolchains = use_cpp_toolchain(),
incompatible_use_toolchain_transition = True,
)

upb_cc_proto_library = rule(
Expand Down

0 comments on commit 8033709

Please sign in to comment.