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
fix: add default host C++ toolchains for Rust binaries
Add @bazel_tools//tools/cpp:all to toolchain registration to support
building Rust binaries like file_operations_component on Linux CI.
Without this, Linux CI fails with:
'No matching toolchains found for types: @@bazel_tools//tools/cpp:toolchain_type'
macOS works because apple_support provides C++ toolchains automatically,
but Linux needs explicit registration of default host toolchains.
0 commit comments