sccache - Shared Compilation Cache
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible, storing a cache in a remote storage using the Amazon Simple Cloud Storage Service (S3) API, the Google Cloud Storage (GCS) API, or Redis.
Sccache now includes experimental Rust support.
It works as a client-server. The client spawns a server if one is not running already, and sends the wrapped command line as a request to the server, which then does the work and returns stdout/stderr for the job. The client-server model allows the server to be more efficient in its handling of the remote storage.
Sccache can also be used with local storage instead of remote.
There are no reported vulnerabilities
30 Day SummaryNov 2 2024 — Dec 2 2024
|
12 Month SummaryDec 2 2023 — Dec 2 2024
|