sccache/tests/test-crate
Ted Mielczarek 9e92e99528 Don't cache Rust compiles with incremental compilation. Fixes #257
rustc's incremental compilation mode isn't well-handled by sccache currently
because we don't cache the separate artifacts it creates. Additionally,
if there are existing incremental artifacts it's likely that rustc will do
a better job than sccache anyway, so don't bother trying to cache Rust
compilation when incremental compilation is enabled for now.

Longer-term we would like to make sccache and rustc incremental work
together nicely: https://github.com/mozilla/sccache/issues/236
2018-07-11 13:17:46 -04:00
..
src Always request color output from rustc. Fixes #99 2018-02-02 11:49:16 -05:00
Cargo.lock Don't cache Rust compiles with incremental compilation. Fixes #257 2018-07-11 13:17:46 -04:00
Cargo.toml Don't cache Rust compiles with incremental compilation. Fixes #257 2018-07-11 13:17:46 -04:00