-
We use sccache on Windows to build on our CI servers, and we really like it, as it sped up our builds by a factor of 2. However, sometimes (about once a month) it crashes mid-build with the following …
-
Whenever `ccache` is present in fedora, running a `C` or `C++` unittest, it fails consistently. I assume `CC` is set, and for testcases we should probably unset it - that interferes with sccache.
N…
-
# BUG
`sccache` does not persist cache hit stats when server stop
## actual
When devcontainer restart, sccache restart.
`sccache` does not persist cache hit stats when server restart.
I…
-
See:
*
*
Those are both already wrapper around cargo — I haven't looked into the implementation details of either (or `cargo auditable` itself), but before I did, I just thought I would c…
-
-
Minimal reproducer: (sccache v0.7.7, **GNU make v4.4.1**, cargo v1.78.0-nightly `194a60b29`)
```
$ printf 'all:\n\tsccache cc main.c' > Makefile
$ printf 'int main(){}' > main.c
$ sccache --stop…
-
The following command used to fail very sporadically for us, but it is now failing fairly often:
```
RUN --mount=type=cache,target=$SCCACHE_DIR cargo test --release && sccache --show-stats
```
Thi…
-
Using current master (8bd75ed6822beae66c90c6c45b1afd2b37201c9b) plus 2 unrelated patches.
MXE console output:
```
[build] glib x86_64-pc-linux-gnu …
jspam updated
2 years ago
-
I have a question regarding the fast_test_script.py (https://github.com/ClickHouse/ClickHouse/blob/master/tests/ci/fast_test_check.py).
When I try to run the below function in my actions:
```
def g…
-
Hello,
I'm trying to make a desktop useful to speed up compilations and it seems that Sccache is the better choice for distributed compilation when I compared with Icecream or Distcc.
## Config…