From cf9ef7b570260240385b7ca221c81660d9d4d9b1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Apr 2018 13:01:34 -0700 Subject: [PATCH] Disable incremental on CI for now It seems... buggy! --- .appveyor.yml | 1 + .travis.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index e1c169e94..f63aa9f46 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,6 +2,7 @@ environment: global: RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static RUST_BACKTRACE: 1 + CARGO_INCREMENTAL: 0 # should turn this back on when fixed! matrix: - TARGET: x86_64-pc-windows-msvc DEPLOY: 1 diff --git a/.travis.yml b/.travis.yml index 0015e229a..917b863c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: rust sudo: false +env: + global: + - CARGO_INCREMENTAL=0 + matrix: include: # CLI builds on stable