Commit 8c6b7ff
committed
fix: add rules_cc 0.2.0 compatibility for downstream consumers
- Add compatibility_proxy_repo() extension required by rules_cc 0.2.0
- Fixes C++ toolchain resolution failures in downstream repositories
- Resolves Issue #75 where file_operations_component toolchain caused
'No matching toolchains found for types: @@bazel_tools//tools/cpp:toolchain_type'
- Follows official rules_cc 0.2.0 bzlmod migration guide
- Maintains compatibility with latest dependency versions:
- rules_cc: 0.2.0, platforms: 1.0.0, bazel_skylib: 1.8.1
Tested: file_operations_component builds successfully with fresh cache1 parent 247fe4c commit 8c6b7ff
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
0 commit comments