]> git.lizzy.rs Git - rust.git/commit
travis: Move from travis_wait to time-passes
authorAlex Crichton <alex@alexcrichton.com>
Wed, 2 Jul 2014 03:19:26 +0000 (20:19 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 2 Jul 2014 03:21:16 +0000 (20:21 -0700)
commit9af1b0e5e1a0f3efb3773ae857e280cb9d099afe
tree70c89e348263f3ff75a19ef9c9f1b7252c918db0
parent44ec28cfac9fa3f738e0e77ccca1d804125fd1dd
travis: Move from travis_wait to time-passes

It's looking like we're still timing out all over the place with travis_wait
because the entire `make -j4 rustc-stage1` command is taking too long. Instead,
achieve roughly the same idea by just having `-Z time-passes` printing
information. We shouldn't have a pass that takes longer than 10 minutes in
isolation.
.travis.yml