Skip to content

Commit

Permalink
Also wait longer for Aarch64 builds during Travis CI.
Browse files Browse the repository at this point in the history
Some RELWITHDEBINFO AAarch64 builds will time out due to the slow
SHA-1 tests without this.
  • Loading branch information
briansmith committed May 28, 2016
1 parent 50c18bf commit 0eadaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,4 +581,4 @@ matrix:
- 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" =~ ^arm-.*linux-.*eabi ]]; then travis_wait 60 mk/travis.sh; else mk/travis.sh; fi
script: if [[ "$TARGET_X" =~ ^a*.*linux-.*eabi ]]; then travis_wait 60 mk/travis.sh; else mk/travis.sh; fi

0 comments on commit 0eadaf6

Please sign in to comment.