aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/buildbot_steps.yml
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-01-09 15:55:10 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-01-10 20:54:35 +0100
commitcee2aadd828efa717d08a15eb2cb35fe0b7e6943 (patch)
tree9e2a29ff7fd4f817bbd81b7bc65f01c76702a1cd /etc/ci/buildbot_steps.yml
parentc8f542afacce91a71e7805f7b610d5ec66195b8d (diff)
downloadservo-cee2aadd828efa717d08a15eb2cb35fe0b7e6943.tar.gz
servo-cee2aadd828efa717d08a15eb2cb35fe0b7e6943.zip
Disable incremental compilation on CI
We don’t keep the `target` directory between builds, and incremental cache takes a lot of space.
Diffstat (limited to 'etc/ci/buildbot_steps.yml')
-rw-r--r--etc/ci/buildbot_steps.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml
index 62ba5177841..a37593de292 100644
--- a/etc/ci/buildbot_steps.yml
+++ b/etc/ci/buildbot_steps.yml
@@ -1,5 +1,6 @@
env:
RUSTFLAGS: -Dwarnings
+ CARGO_INCREMENTAL: "0"
mac-rel-wpt1:
- ./mach clean-nightlies --keep 3 --force