aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a28e4da..b0d1588 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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