diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-01-09 15:55:10 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-01-10 20:54:35 +0100 |
commit | cee2aadd828efa717d08a15eb2cb35fe0b7e6943 (patch) | |
tree | 9e2a29ff7fd4f817bbd81b7bc65f01c76702a1cd /etc/ci/buildbot_steps.yml | |
parent | c8f542afacce91a71e7805f7b610d5ec66195b8d (diff) | |
download | servo-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.yml | 1 |
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 |