Skip to content

Commit 3580409

Browse files
committed
Add a feature enabling native zlib for cache entries.
This is just one of a few things to try related to mozilla#552. As a first step it would be interesting to see what kind of impact this has on Firefox automation builds. Some initial measurements are promising for builds with lots of cache misses, but this sort of thing is cumbersome to measure, so I'd like to try enabling this for the sccache client built in Mozilla automation to see the impact it has there.
1 parent a214aef commit 3580409

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ s3 = ["chrono", "hyper", "hyperx", "reqwest", "simple-s3", "hmac", "sha-1"]
132132
simple-s3 = []
133133
gcs = ["chrono", "hyper", "hyperx", "reqwest", "untrusted", "url"]
134134
memcached = ["memcached-rs"]
135+
native-zlib = ["zip/deflate-zlib"]
135136
# Enable features that require unstable features of Nightly Rust.
136137
unstable = []
137138
# Enables distributed support in the sccache client

0 commit comments

Comments
 (0)