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 downstream C++ toolchain configuration for Linux CI compatibility
- Add cc_configure_extension with local_config_cc repository setup
- Add rules_cc 0.2.0 compatibility_proxy extension for bzlmod
- Resolves C++ toolchain resolution failures in Linux CI environments
- Fixes "No matching toolchains found" error for Rust binary linking
- Ensures cross-platform compatibility between macOS (implicit) and Linux (explicit) toolchain detection
Tested: file_operations_component builds successfully (250 actions)
0 commit comments