I encountered the following problem when building bazel on a loongarch64 architecture CPU:
ERROR: /tmp/bazel_ZehUYc76/out/external/rules_go+/go/toolchain/BUILD.bazel: no such target '@@rules_go+//go/toolchain:loongarch64': target 'loongarch64' not declared in package 'go/toolchain' defined by /tmp/bazel_ZehUYc76/out/external/rules_go+/go/toolchain/BUILD.bazel
ERROR: /tmp/bazel_ZehUYc76/out/external/rules_go++go_sdk+go_toolchains/BUILD.bazel:9:25: no such target '@@rules_go+//go/toolchain:loongarch64': target 'loongarch64' not declared in package 'go/toolchain' defined by /tmp/bazel_ZehUYc76/out/external/rules_go+/go/toolchain/BUILD.bazel and referenced by '@@rules_go++go_sdk+go_toolchains//:_0000_cel-spec__download_0_go_aix_ppc64'
This issue is similar to: #4053
I encountered the following problem when building bazel on a loongarch64 architecture CPU:
This issue is similar to: #4053