chore(deps): bump embedded zccache 1.12.11 -> 1.12.14#981
Merged
Conversation
Bumps the embedded zccache library (crates/fbuild-build) from rev 73d3f84 (1.12.11) to 4b13676 (1.12.14) — the same revision soldr's _vender/zccache submodule pins. Picks up the embedded-path fixes: - #950 (1.12.12): journal compile outcomes on the embedded path - #955/#957/#958 (1.12.13): daemon-deadlock / full-codegen fix + run_cpu_blocking - #948 (1.12.13): mimalloc as sole allocator (drops jemalloc) - transitively bumps running-process 4.5.7 -> 4.5.8 (CREATE_NO_WINDOW default) No API drift: workspace check --all-targets clean and fbuild-build (718) + fbuild-daemon (189) lib tests pass on both Windows (soldr cargo) and Linux (rust:1.94.1 Docker). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ 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 (1)
📝 WalkthroughWalkthroughThis PR updates the pinned Git revision for the ChangesDependency Pin Update
Estimated code review effort: 1 (Trivial) | ~2 minutes ✨ Finishing Touches🧪 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the embedded zccache library (
crates/fbuild-build, #800's compiled-inzccache::embedded::ZccacheService) from rev73d3f84(1.12.11) to4b13676(1.12.14) — the same revision soldr's_vender/zccachesubmodule pins.Why
Picks up the embedded-path fixes shipped since 1.12.11:
run_cpu_blockingThe embed-only pattern itself is unchanged — fbuild already hosts the in-process embedded service (no wrapper binary, no external download). This is purely a version bump.
Validation (no API drift)
cargo check --workspace --all-targetsclean andfbuild-build(718) +fbuild-daemon(189) lib tests pass on both:soldr cargo)rust:1.94.1Docker)🤖 Generated with Claude Code
Summary by CodeRabbit