From f9d86d817497e809ad51c52a69c6677974589ec1 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 18 Jan 2019 13:48:37 +1100 Subject: [PATCH] Deactivate sscache Due to mozilla/sccache#355 --- Makefile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index ef88e908bf..76b3cb511a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -19,7 +19,7 @@ dependencies = [ [tasks.pre-ci-flow] workspace = false dependencies = [ - "start-sccache", +# "start-sccache", ] # Overridden because: added dependencies @@ -49,7 +49,7 @@ alias = "coverage-tarpaulin.linux" [tasks.post-ci-flow] workspace = false dependencies = [ - "stop-sccache", +# "stop-sccache", "clean-registry" ]