about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-04-04 17:35:42 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-04-04 17:35:42 -0700
commit621ccf8917b25d66aff3beb45c540afbda29e980 (patch)
treea527c0667f15a225a83a2285d20e5e4f0414ab4f /src/libstd/sys/unix/process/process_common.rs
parentfb44b4c0eb1d344f84f7bb2c90f28e31a8a180be (diff)
downloadrust-621ccf8917b25d66aff3beb45c540afbda29e980.tar.gz
rust-621ccf8917b25d66aff3beb45c540afbda29e980.zip
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.
Diffstat (limited to 'src/libstd/sys/unix/process/process_common.rs')
0 files changed, 0 insertions, 0 deletions