Skip to content

Commit

Permalink
Retry ct-ng build because of occasional newlib download failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 1, 2019
1 parent fa8b0ff commit c590df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ script:
- make -C crosstool-ng-$CROSSTOOL_VERSION
- make -C crosstool-ng-$CROSSTOOL_VERSION install
- ct-ng riscv64-unknown-elf
- travis_wait 100 ct-ng build
# Newlib download fails periodically, so retry the build a few times.
- travis_wait 100 ct-ng build || travis_wait 100 ct-ng build || travis_wait 100 ct-ng build
- ./build.sh
- PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages make -C riscv-tests/build debug-check

0 comments on commit c590df7

Please sign in to comment.