Commit 07dc8c7
committed
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.1 parent 11eab07 commit 07dc8c7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments