-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
Having scheduler and client at 192.168.1.103, build server at 192.168.1.101, I'm getting `NotConnected` from `sccache --dist-status`.
scheduler.conf
```
public_addr = "192.168.1.103:10600"
[cl…
-
b389b0ab72cb0aa9acf4df0ae0c0e12090782da9
It seems that when doing a `x.py build` or `check`, `RUSTC_WRAPPER` is no longer used, so all calls go directly to `rustc` and not `sccache rustc` which wou…
-
https://github.com/mozilla/sccache seems good to apply. I didn't understand `sccache` fully but looks good
-
This will necessitate running `cargo install --force sccache`, I believe.
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT…
-
Add an option to set environment variables and/or config files for sccache so the user can customize which backend sccache can use, in case one wants to use Redis or S3 as a cache backend store, or ev…
-
On CircleCI I make use of sccache on Debian and Windows and it speeds up my builds significantly.
[sccache](https://github.com/mozilla/sccache) is a `RUSTC_WRAPPER` that supports caching crates acr…
-
Hey, I just stumbled upon this project. It appears to be a subset of #mozilla/sccache iiuc.
Could you outline the difference in particular for rust projects?
How do you handle c library dependencies…
-
Hello everyone,
I've tried to setup sccache with bazel-remote, but it doesn't seem to work. First you get an error that it expects a blob-path, e.g. something like `/cas/e3b0c44298fc1c149afbf4c8996…