sccache 0.18.0 - #310876
Merged
Merged
Conversation
botantony
approved these changes
Sep 14, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
key, so two toolchains with different binutils can no longer hand each other the wrong object
file (#2843).
SCCACHE_BASEDIRSnow also strips base directories from the compiler arguments,so flags like
-ffile-prefix-map=/home/user/project=.stop tying an entry to one checkout(#2840).
/openmp:llvm, the/fsanitize*,/fsanitize-coverage*and
/fno-sanitize*families,/feature, arm64EC and fastfail,/d20bforceinline, and a largebatch of other flags (#2807, #2830, #2831, #2832), plus more clang CLI options (#2834). gcc now
marks flags as
TooHardwhen they would require caching something else (#2833).nvccdryrun parsing works with CUDA 13.3 (#2722), escaped quotes in Windows dryrunlines are protected before backslash flattening (#2811), and the
--diag-error/--diag-suppress/--diag-warnfamily is accepted (#2816).level no longer makes the whole storage read-only (#2778) — and reads are no longer issued twice
(#2835).
storage accounts that disable shared-key access (#2802).
which made those jobs fail on the build server (#2839).
restores the
posix_spawnfast path for child spawns (#2827), and daemonization now uses anallow-list for inherited file descriptors, fixing
makedeadlocks caused by leaked jobserver FDs(#2841).
Welcome to 11 new contributors!
Features
Compiler support
Fixes
nvccdryrun parsing for CUDA 13.3 by @mbrobbel in Fixnvccdryrun parsing for CUDA 13.3 mozilla/sccache#2722Dependencies
Tests & CI
Cleanup
New Contributors
nvccdryrun parsing for CUDA 13.3 mozilla/sccache#2722Full Changelog: mozilla/sccache@v0.17.0...v0.18.0
View the full release notes at https://github.com/mozilla/sccache/releases/tag/v0.18.0.