You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conditionally use unix_cc_toolchain_config.bzl from bazel_tools or rules_cc
Bazel 7 and prior requires a matching unix_cc_toolchain_config
(with the appropriate features for that Bazel version).
That one is bound to the Bazel version and can be loaded from
@bazel_tools up to Bazel 8, where it was moved to rules_cc.
0 commit comments