|
Some checks failed
Test / rust-tests (pull_request) Failing after 13s
Test / rust-clippy (pull_request) Failing after 15s
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Fix for CI failures in rust:1.82-bookworm container: - 'cargo-clippy' is not installed - 'cargo-fmt' is not installed **Solution:** Added rustup component installation steps: - rust-fmt-check job: Install rustfmt before format check - rust-clippy job: Install clippy before linting **Why Needed:** The rust:1.82-bookworm Docker image is a minimal Rust installation. It includes rustc and cargo, but NOT rustfmt or clippy by default. These must be explicitly installed with 'rustup component add'. **Verified Locally:** - ✅ cargo fmt --check passes - ✅ cargo clippy -- -D warnings passes (0 warnings) - ✅ cargo test passes (308 tests) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| build-images.yml | ||
| pr-review.yml | ||
| test.yml | ||