bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Remove uses of `incompatible_use_toolchain_transition` now that it is… #118

Closed katre closed 2 years ago

katre commented 2 years ago

… enabled by

default in Bazel 5.0.

This is a step towards removing it entirely.

Part of https://github.com/bazelbuild/bazel/issues/14127.

katre commented 2 years ago

I am closing this PR: it is too early to remove this functionality from rules. Note that this is unneeded in Bazel 5.0, and the API will be removed in 6.0.