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: .../external/bazel_tools/platforms/BUILD:14:6: in alias rule @bazel_tools//platforms:x86_32: 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: .../external/bazel_tools/platforms/BUILD:14:6: Analysis of target '@bazel_tools//platforms:x86_32' failed
ERROR: /path/to/p4c/bazel/example/p4/BUILD.bazel:3:11: While resolving toolchains for target //bazel/example/p4:program: invalid registered toolchain '@go_sdk//:go_linux_386':
ERROR: Analysis of target '//bazel/example/p4:program' failed; build aborted:
INFO: Elapsed time: 6.426s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (35 packages loaded, 129 targets configured)
The text was updated successfully, but these errors were encountered:
To reproduce:
bazel/example
from .bazelignore.bazel build //bazel/example/p4:program
.I got the following errors:
The text was updated successfully, but these errors were encountered: