aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-01-28 11:01:23 -0600
committerGitHub <noreply@github.com>2018-01-28 11:01:23 -0600
commit1cb824d48e832b2e11b5e7341b188ad579b43111 (patch)
tree17fa704cb85e939d86a3a2ef52b4c94a0be54b81
parent78ffce1cbe5fcce4d057b69c3cbf0cd2bc2b449c (diff)
parentfde0b79028219ac2ef6014d1fa12e15b03054bc8 (diff)
downloadservo-1cb824d48e832b2e11b5e7341b188ad579b43111.tar.gz
servo-1cb824d48e832b2e11b5e7341b188ad579b43111.zip
Auto merge of #19882 - aneeshusa:move-global-env-vars-to-servo, r=jdm
Move global CI environment variables to servo Migrate RUST_BACKTRACE out of saltfs. SCCACHE_IDLE_TIMEOUT has already been migrated. <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes help with servo/saltfs#770 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they change the CI configuration <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19882) <!-- Reviewable:end -->
-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 f942cd00fe0..37380ca5349 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"