rust/src/ci
Alex Crichton 7305ca3852 travis: Don't set RUST_LOG globally
I have a suspicion that this caused a large regression in cycle times by forcing
the compiler to perform more checks on every `debug!` statement, so let's test
this out by removing the `RUST_LOG` env var globally.

This regression in cycle time was witnessed between [two] [builds] where the
[PR] in question didn't do much suspicious. Judging by how the stage0 times
*also* regressed though then this is my best guess.

[two]: https://travis-ci.org/rust-lang/rust/builds/210149932
[builds]: https://travis-ci.org/rust-lang/rust/builds/210179995
[PR]: https://github.com/rust-lang/rust/pull/40446
2017-03-20 14:32:36 -07:00
..
docker travis: Don't set RUST_LOG globally 2017-03-20 14:32:36 -07:00
run.sh Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton 2017-03-15 13:50:13 +00:00
shared.sh travis: Make more network requests retryable 2017-02-25 21:28:54 -08:00