From 89dac98f1694d4ba2eab71b012311de5ab15b0de Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Mon, 5 Jun 2017 16:03:42 -0400 Subject: [PATCH] Enable sccache for all builds --- etc/ci/buildbot_steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 61d34750146..b80ed719e1f 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -1,6 +1,8 @@ env: RUSTFLAGS: -Dwarnings CARGO_INCREMENTAL: "0" + CCACHE: sccache + RUSTC_WRAPPER: sccache mac-rel-wpt1: - ./mach clean-nightlies --keep 3 --force