Update dependency sccache to v0.17.0 - #642
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/sccache-0.x
branch
from
July 29, 2026 10:14
3e518fa to
e5791ea
Compare
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.
This PR contains the following updates:
0.16.0→0.17.0Release Notes
mozilla/sccache (sccache)
v0.17.0Compare Source
sccache 0.17.0
Summary
sccache 0.17.0 is a significant release: it introduces a new client-side architecture.
Until now, every compilation was handed off to the long-lived sccache server, which did the cache
lookup and ran the compiler. In client-side mode, the client process does that work itself - the
server is only consulted for the shared state it owns (compiler info, dist client, stats). This
removes a round-trip and the server-side bottleneck, and gives noticeably better results on
developer workstations.
Client-side mode is opt-in for now: enable it with the
SCCACHE_CLIENT_SIDEenvironment variable(or the
client_side_modeconfig key). See docs/Architecture.mdfor the details.
Other highlights:
@responsefiles are now cached anddistributed correctly (#2755, #2772), and Rust
@argfilearguments are supported (#2782).disconnects, instead of running to completion on the build server (#2761, #2774). The
ToolchainPackagercfg gate was fixed so the dist code builds on ppc64le and s390x (#2749).-ivfsoverlayis treated as a preprocessor-only argument (#2767).Welcome to 4 new contributors!
Client-side mode
Features
Fixes
Cleanup
New Contributors
Full Changelog: mozilla/sccache@v0.16.0...v0.17.0
Configuration
📅 Schedule: (UTC)
* 0-13 * * 2-4)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.