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
ERROR: Error computing the main repository mapping: at /private/var/tmp/_bazel_buildkite/9f47f6beb72f15412af12490e86ed0ba/external/bazel_tools/tools/cpp/cc_configure.bzl:18:6: Label '@@rules_cc//cc/toolchains:toolchain_config_utils.bzl' is invalid because 'cc/toolchains' is not a package; perhaps you meant to put the colon here: '@@rules_cc//cc:toolchains/toolchain_config_utils.bzl'?
Fix various errors with upcoming Bazel versions
* Use rules_cc 0.0.13 for integration tests.
* Set `allow_empty=True` in local toolchains setup
Fixes#2310
In order for WORKSPACE to work with newer bazel versions, rules_cc
0.0.13 or higher is
necessary. rules_cc then requires a newer protobuf version.
Note I couldn't figure out the minimum protobuf version, but 27.0 seems
to work OK.
AFAIK only WORKSPACE is affected. Our bzlmod uses 0.0.9 and hasn't had
issues.
Fixes#2310
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4205#019298ab-9bbe-4ef2-b7ec-e35a9a8fd69f
Platform: MacOS
Logs:
Culprit: bazelbuild/bazel@1c4e78a
Steps:
CC Greenteam @meteorcloudy
The text was updated successfully, but these errors were encountered: