Skip to content

Commit

Permalink
Speed up build a bit by disabling graphite and multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 1, 2019
1 parent c590df7 commit 77821c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ script:
- make -C crosstool-ng-$CROSSTOOL_VERSION
- make -C crosstool-ng-$CROSSTOOL_VERSION install
- ct-ng riscv64-unknown-elf
- echo CT_CC_GCC_USE_GRAPHITE=n >> .config
- echo CT_ISL_NEEDED=n >> .config
- echo CT_ISL=n >> .config
- echo CT_MULTILIB=n >> .config
# 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
Expand Down

0 comments on commit 77821c1

Please sign in to comment.