Skip to content

Commit

Permalink
Stop allowing Rust Stable Aarch64/ARM builds to fail on Travis CI.
Browse files Browse the repository at this point in the history
It seems we've fixed all the root issues for these targets, so they
should be in as good of shape as other targets, at least with respect
to stability.
  • Loading branch information
briansmith committed May 28, 2016
1 parent 0eadaf6 commit 83219e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,4 @@ matrix:

# END GENERATED

allow_failures:
- env: TARGET_X=arm-unknown-linux-gnueabihf CC_X=arm-linux-gnueabihf-gcc CXX_X=arm-linux-gnueabihf-g++ MODE_X=DEBUG KCOV=0
rust: stable
- env: TARGET_X=aarch64-unknown-linux-gnu CC_X=aarch64-linux-gnu-gcc CXX_X=aarch64-linux-gnu-g++ MODE_X=DEBUG KCOV=0
rust: stable
- env: TARGET_X=aarch64-unknown-linux-gnu CC_X=aarch64-linux-gnu-gcc CXX_X=aarch64-linux-gnu-g++ MODE_X=RELWITHDEBINFO KCOV=0
rust: stable

script: if [[ "$TARGET_X" =~ ^a*.*linux-.*eabi ]]; then travis_wait 60 mk/travis.sh; else mk/travis.sh; fi

0 comments on commit 83219e8

Please sign in to comment.