Fix previous commit

This commit is contained in:
bjorn3 2022-08-05 13:17:13 +00:00
parent e7bc81cc77
commit 3c97227a43

@ -19,6 +19,9 @@ pub(crate) fn build_backend(
if is_ci() {
// Deny warnings on CI
rustflags += " -Dwarnings";
// Disabling incr comp reduces cache size and incr comp doesn't save as much on CI anyway
cmd.env("CARGO_BUILD_INCREMENTAL", "false");
}
if use_unstable_features {