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
Run BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel build --@io_bazel_rules_go//go/config:pure //:main
What did you expect to see?
Builds succesfully.
What did you see instead?
ERROR: /private/var/tmp/_bazel_john/1a1601b430d3853275c40a0975b48db0/external/io_bazel_rules_go/BUILD.bazel:86:17: While resolving toolchains for target @io_bazel_rules_go//:cgo_context_data: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type.
The text was updated successfully, but these errors were encountered:
What version of rules_go are you using?
0.38.1
What version of gazelle are you using?
n/a
What version of Bazel are you using?
6.0.0
Does this issue reproduce with the latest releases of all the above?
Yes
What operating system and processor architecture are you using?
macOS ARM
Any other potentially useful information about your toolchain?
n/a
What did you do?
Minimal repro: https://github.com/jfirebaugh/rules_go_cc_toolchain
Run
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel build --@io_bazel_rules_go//go/config:pure //:main
What did you expect to see?
Builds succesfully.
What did you see instead?
The text was updated successfully, but these errors were encountered: