bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

build.sh fails on M1 Macs #492

Closed fweikert closed 7 months ago

fweikert commented 10 months ago

build.sh fails with

ERROR: /Users/fwe/git/upstream/bazelisk/BUILD:88:10: While resolving toolchains for target //:bazelisk-darwin-arm64: No matching toolchains found for types @io_bazel_rules_go//go:toolchain.
To debug, rerun with --toolchain_resolution_debug='@io_bazel_rules_go//go:toolchain'

Adding --toolchain_resolution_debug='@io_bazel_rules_go//go:toolchain' is not enough, though - it requires a bazel clean --expunge.