Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 77821c1

Browse files
committed
Speed up build a bit by disabling graphite and multilib
1 parent c590df7 commit 77821c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ script:
5959
- make -C crosstool-ng-$CROSSTOOL_VERSION
6060
- make -C crosstool-ng-$CROSSTOOL_VERSION install
6161
- ct-ng riscv64-unknown-elf
62+
- echo CT_CC_GCC_USE_GRAPHITE=n >> .config
63+
- echo CT_ISL_NEEDED=n >> .config
64+
- echo CT_ISL=n >> .config
65+
- echo CT_MULTILIB=n >> .config
6266
# Newlib download fails periodically, so retry the build a few times.
6367
- travis_wait 100 ct-ng build || travis_wait 100 ct-ng build || travis_wait 100 ct-ng build
6468
- ./build.sh

0 commit comments

Comments
 (0)