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
Implement sccache and matrix-based CI optimization
Major improvements:
- Add sccache to maturin builds for faster Rust compilation across CI runs
- Replace uv sync with maturin-action + sccache for Python wheel building
- Convert individual platform jobs to matrix strategy for cleaner code
- Remove Python test dependencies on shared-build - now run in parallel
- Eliminate complex artifact sharing - each job builds independently with cache
Benefits:
- Python and Rust tests run in parallel (faster CI)
- sccache provides persistent Rust compilation cache
- Cleaner GitHub Actions dependency graph
- Reduced complexity while maintaining performance
- Better caching strategy that works across rebuilds
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments