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
An error appears when using bazel 6.0.0 because this BUILD.bazel uses @bazel_tools//platforms which has been removed
ERROR: /usr/local/google/home/partheniou/.cache/bazel/_bazel_partheniou/158c73e91735c8bd1e202dd9acfefc6b/external/bazel_tools/platforms/BUILD:19:6: in alias rule @bazel_tools//platforms:x86_64: Constraints from @bazel_tools//platforms have been removed. Please use constraints from @platforms repository embedded in Bazel, or preferably declare dependency on https://github.com/bazelbuild/platforms. See https://github.com/bazelbuild/bazel/issues/8622 for details.
ERROR: /usr/local/google/home/partheniou/.cache/bazel/_bazel_partheniou/158c73e91735c8bd1e202dd9acfefc6b/external/bazel_tools/platforms/BUILD:19:6: Analysis of target '@bazel_tools//platforms:x86_64' failed
ERROR: /usr/local/google/home/partheniou/.cache/bazel/_bazel_partheniou/158c73e91735c8bd1e202dd9acfefc6b/external/com_google_protobuf/BUILD:513:10: While resolving toolchains for target @com_google_protobuf//:protoc: invalid registered toolchain '//:pandoc_toolchain_linux':
ERROR: Analysis of target '//tests/integration:redis_update' failed; build aborted:
The text was updated successfully, but these errors were encountered:
An error appears when using bazel 6.0.0 because this BUILD.bazel uses
@bazel_tools//platforms
which has been removedThe text was updated successfully, but these errors were encountered: