mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Allow SCCACHE_CACHE_SIZE values without a unit #2183

Closed glandium closed 5 months ago

glandium commented 5 months ago

Also stop using a Regex because it's overkill.