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
feat: establish Docker-based CI pipeline with consistent toolchain
- Add Rust 1.85 toolchain pinning via rust-toolchain.toml
- Create scripts/build.sh for unified build/test process in containers
- Mount rustfmt.toml to ensure consistent formatting between host/container
- Add rustfmt component installation to Dockerfile
- Mount tests/ directory for integration test access
- Standardize CI to run all operations inside containers
Eliminates toolchain version mismatches and provides single source of truth
for build/test process that works identically in development and CI.
0 commit comments