mozilla
sccache
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: all backends support making them as read-only
AJIOB:rw_mode_support_backends
1 day ago
fix: use single-threaded tokio runtime in sccache dist-client The reason for that is described in the previous commit
AJIOB:single-threaded-client
2 days ago
fix: use single-threaded tokio runtime in sccache dist-client The reason for that is described in the previous commit
AJIOB:single-threaded-client
2 days ago
gcc: Force local compilation on dist-client when assembler has .incbin Assembly files with .incbin would trigger a build failure when running over sccache-dist: > 0:03.40 E /home/alex/firefox/gecko-cinnabar/config/external/icu/data/icu_data.S:28:9: error: Could not find incbin file '/home/alex/firefox/gecko-cinnabar/config/external/icu/data/icudt78l.dat' Force disable distributed compilation when hitting such a file.
lissyx:issue2700_incbin_sccache_dist
2 days ago
gcc: Force local compilation on dist-client when assembler has .incbin Assembly files with .incbin would trigger a build failure when running over sccache-dist: > 0:03.40 E /home/alex/firefox/gecko-cinnabar/config/external/icu/data/icu_data.S:28:9: error: Could not find incbin file '/home/alex/firefox/gecko-cinnabar/config/external/icu/data/icudt78l.dat' Force disable distributed compilation when hitting such a file.
lissyx:issue2700_incbin_sccache_dist
2 days ago
build(deps): bump openssl from 0.10.75 to 0.10.79 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.75 to 0.10.79. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.75...openssl-v0.10.79) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.79 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/openssl-0.10.79
6 days ago
Support -Xclang -fobjc-dispatch-method flag for caching Add `-fobjc-dispatch-method` to the clang ARGS table so that compilation units passing `-Xclang -fobjc-dispatch-method=<value>` (used by ObjC/GNUstep builds) are cached rather than falling back to direct compiler invocation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nunoleitao-ops:support-xclang-fobjc-dispatch-method
6 days ago
test(lru_disk_cache): add regression test for prepare_add rollback Per @sylvestre review request on #2689, add a unit test that exercises the failure path of prepare_add and asserts that pending_size is not incremented when tempfile creation fails. Before the fix, prepare_add updated pending state BEFORE calling tempfile_in(), so any tempfile failure left pending_size > 0 forever, which would later cause make_space() to panic on the next add. The new test forces tempfile failure by removing the cache root after construction, then verifies size() == baseline. Signed-off-by: Srikanth Patchava <srpatcha@users.noreply.github.com>
srpatcha:fix/prepare-add-rollback
7 days ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: all backends support making them as read-only
#2705
2 days ago
56b0296
AJIOB:rw_mode_support_backends
CodSpeed Performance Gauge
0%
fix: use single-threaded tokio runtime in sccache (dist-)client
#2704
2 days ago
15cec8f
AJIOB:single-threaded-client
CodSpeed Performance Gauge
0%
gcc: Force local compilation on dist-client when assembler has .incbin
#2703
2 days ago
b02b310
lissyx:issue2700_incbin_sccache_dist
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs