-
At 15:46:27 I have finished a build of two medium-sized project. I wasn't near the computer at that time and after half an hour I looked at the `sccache` stats.
```
$ sccache -s
Compil…
-
Maybe such a question was already answered somewhere, but I could not find it anywhere.
Env:
1. Scheduler machine with 1 core - `sccache-dist` scheduler is running.
2. Builder machine with 32 cor…
-
I would expect that running `SCCACHE_NO_DAEMON=1 sccache --start-server` in my terminal would keep the `sccache` process running, but that's not what happens. We still spawn a separate process to sta…
-
It would be nice if sccache supported Swift. The readme lists "C/C++ code, Rust, as well as NVIDIA's CUDA" – have there been discussions about which other languages sccache can/should support?
-
I use sccache to cache `CC` and `CXX` invocations as well.
````
CC="sccache clang"
CXX="sccache clang++"
````
however with this, sccache fails to build itself!
The problem is that [sccache](ht…
-
I found that my action's cache hit rate is too low (especially for c/c++). I enable debug log and saw tons of rate limits. How to solve this?
```
data close failed: RateLimited (temporary) at Writ…
-
Reported in Qt under https://bugreports.qt.io/browse/QTBUG-97270
An sporadic failure to build qtwebengine (effectively chromium), on macOS only. First a network error is reported, and sccache claim…
-
...so that, particularly for Rust compilations, we don't waste a bunch of time re-hashing the same files over and over again.
I don't know how much this really helps, because it probably hurts a li…
-
An example of a day-2-day central update in SFO office. No clobber, just a daily opt rebuild on MacBook Pro 2017 (3.1 Quad Core i7, 16 GB RAM), MacOS Catalina, SFO cluster with 72 cores from 3 server…
-
When compiling using sccache on both Windows 10 and WSL, the procedure for stopping the process is required.