rust/src/ci
Alex Crichton 621ccf8917 ci: Remove x86_64-gnu-incremental builder
This builder is starting to time out frequently causing PRs to bounce and
otherwise doesn't seem to be catching too many bugs, so this commit removes it
entirely. We've had a number of timeouts in the last few weeks related to this
builder:

* https://travis-ci.org/rust-lang/rust/jobs/360947582
* https://travis-ci.org/rust-lang/rust/jobs/360464190
* https://travis-ci.org/rust-lang/rust/jobs/359946975
* https://travis-ci.org/rust-lang/rust/jobs/361213241
* https://travis-ci.org/rust-lang/rust/jobs/362346279
* https://travis-ci.org/rust-lang/rust/jobs/362072331

On a good run this builder takes about 2h15m, which is already too long for
Travis and the variable build times end up pushing it beyond the 3h limit
occasionally.

The timeouts here are somewhat expected in that an incrementally compiled rustc
compiler isn't optimized like a normal rustc, disallowing inlining between
codegen units and losing lots of optimization opportunities.
2018-04-04 17:35:42 -07:00
..
docker ci: Remove x86_64-gnu-incremental builder 2018-04-04 17:35:42 -07:00
init_repo.sh Update submodules in parallel 2018-03-19 04:50:30 +01:00
run.sh Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton 2018-03-25 01:26:28 +08:00
shared.sh ci: Improve log output (mainly Travis). 2017-06-02 01:14:26 +08:00