aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
-rw-r--r--etc/ci/buildbot_steps.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ada8a1408a..8b128eeedac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@ matrix:
env:
CCACHE=/usr/bin/ccache
RUSTFLAGS=-Dwarnings
+ CARGO_INCREMENTAL=0
addons:
apt:
sources:
diff --git a/appveyor.yml b/appveyor.yml
index 184e347a16e..a5e70156ba8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ version: 1.0.{build}
environment:
CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache"
+ CARGO_INCREMENTAL: 0
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
# The appveyor image we use has a pretty huge set of things installed... we make the
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