chore: bump managed zccache 1.12.8 -> 1.12.9, version 2.2.30 -> 2.2.31#662
Conversation
Bumps fbuild's pinned zccache release to 1.12.9 (Windows daemon unstick fix from zccache#775, plus v2 IPC scaffolding in zccache#778 through zccache#781 — v2 surface ships alongside v1, no behavior change here). Bumps fbuild's own workspace + Python package version to 2.2.31 so the autonomous-release action ships a wheel that resolves the new managed download. - crates/fbuild-build/src/managed_zccache.rs: MANAGED_ZCCACHE_VERSION and RELEASE_TAG both move 1.12.8 -> 1.12.9. - crates/fbuild-daemon/src/models.rs: DaemonInfoResponse test fixture strings updated in lockstep so the example install-status reflects the new pin. - Cargo.toml, pyproject.toml, Cargo.lock: workspace + Python version 2.2.30 -> 2.2.31. Coordinated with zackees/zccache#783. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughBumps the workspace package version from ChangesVersion Bump and zccache Pin Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Bumps fbuild's pinned zccache release to 1.12.9 (Windows daemon unstick fix from zccache#775 + the v2 IPC scaffolding from zccache#778–#781). Bumps fbuild's own version 2.2.30 -> 2.2.31 so the autonomous-release action ships a wheel that resolves the new managed download.
What ships
crates/fbuild-build/src/managed_zccache.rs—MANAGED_ZCCACHE_VERSIONandRELEASE_TAG1.12.8 -> 1.12.9crates/fbuild-daemon/src/models.rs—DaemonInfoResponsetest-fixture strings updated in lockstepCargo.toml,pyproject.toml,Cargo.lock— workspace + Python version 2.2.30 -> 2.2.31Coordination
Coordinated with zackees/zccache#783 (already merged + published — 1.12.9 is live on PyPI + crates.io + GitHub Releases). fbuild's managed-zccache downloader will resolve the new tag immediately on next run.
Test plan
gh run view 27854992359 --repo zackees/zccache→ all green)release-auto.ymldetects the version bump, builds wheels, ships fbuild 2.2.31 to PyPI🤖 Generated with Claude Code
Summary by CodeRabbit