-
(Originally filed [in BMO](https://bugzilla.mozilla.org/show_bug.cgi?id=1538958)).
I build mozilla-central locally with sccache configured via the following line in my .mozconfig:
```
mk_add_op…
-
````
error: environment variable `HOST` not defined at compile time
--> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiletest_rs-0.10.0/src/common.rs:402:19
|
402 …
-
I'm trying to set up a CI pipeline that uses a shared Redis cache. I want it to fall back to building locally if Redis fails.
There's `SCCACHE_IGNORE_SERVER_IO_ERROR`. I think it is intended to han…
-
**OS:** Windows
GitHub actions offers single job with 2 CPUs. Even with latest updates to `msbuild` performance (https://github.com/OpenRCT2/OpenRCT2/pull/7591) it takes 15-20 minutes for a single …
-
(Disclaimer: a little more investigation is needed, this is a placeholder ticket and may not be fully accurate - please clarify misunderstandings if you notice them.)
Currently, for some compilers …
-
(edited by @emilk)
Improve build times, and aspire to reduce number of dependencies and code bloat in the process.
Some useful tools include:
* `cargo clean && cargo build --timings -p rerun`
…
Wumpf updated
4 months ago
-
Since we forked, there has been some improvements made here but also we missed out on some of the PRs made against sccache (after the project got more action since the fork). This will be beneficial b…
-
## Bug description
CI is super-slow, probably due to
- lack of caching. https://github.com/Swatinem/rust-cache/ is not working well since we use cross? https://github.com/Swatinem/rust-cache/
…
-
We've been running into the 10GB limit from github actions (have a few different workflows that each cache large artifacts). Would rust-cache be amenable to having pluggable cache storage backends (eg…
-
For quite a few CMake projects, I have a separate recipes for configuration and build, with `configure` being a dependency of `build`. Normally the configuration does not need to be rerun unless varia…