-
I have sccache set up as rustc wrapper via
`export RUSTC_WRAPPER=sccache` and it seems that kani and sccache don't really like each other a lot :sweat_smile: .
````
cargo kani
error: failed to r…
-
The readme recommend to use `CMAKE__COMPILER_LAUNCHER` to use sccache. But this command [is only processed](cmake.org/cmake/help/latest/prop_tgt/LANG_COMPILER_LAUNCHER.html) in case you are using Make…
-
I'm using sccache in a CI environment, where at the start of the CI job the sccache server is first started and then stopped at the end. I'm running into some issues where the CI runtime (gitlab in th…
-
```
+copy-dirs-and-cache | *cached* --> COPY --dir cli compiler docs editor roc_std vendor examples Cargo.toml Cargo.lock ./
+test-rust | --> RUN cargo test --release && sccache --show-sta…
-
```
$ cargo new weirddocs
Created binary (application) `weirddocs` package
$ cd weirddocs/
$ echo 'lewton = "0.10.1"' >> Cargo.toml
$ echo $RUSTC_WRAPPER
sccache
$ cargo build
Updat…
-
### Is there an existing issue?
- [X] I have searched the existing issues
### Experiencing problems? Have you tried our Discord first?
- [X] This is not a support question.
### Motivation
I'm try…
-
## Description
We should use [`sccache`](https://github.com/mozilla/sccache) for caching the Rust compilation cache. This has already been done for `identity.rs` and it seems to work well for them.…
-
CI builds are fairly slow because of the large number of projects. However, since most projects use the same set of dependencies, [sccache](https://github.com/mozilla/sccache) should give a significan…
-
Hi TTK!
I see that your CI is starting to use ccache, that's great!
However, I see that you started using release to store the caches themselves, I dont think this is the easiest nor the most effi…
-
Issues like #120 will continue to come up so long as we dynamically link to system libraries. As we can't know whether customers will be using really old versions of Linux for whatever reason, we shou…