From fde0b79028219ac2ef6014d1fa12e15b03054bc8 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sat, 27 Jan 2018 14:41:35 -0800 Subject: [PATCH] Move global CI environment variables to servo Migrate RUST_BACKTRACE out of saltfs. SCCACHE_IDLE_TIMEOUT has already been migrated. --- etc/ci/buildbot_steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index df86cee287e1..13289e344cc4 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -1,4 +1,5 @@ env: + RUST_BACKTRACE: '1' RUSTFLAGS: -Dwarnings CARGO_INCREMENTAL: "0" SCCACHE_IDLE_TIMEOUT: "600"