aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-09-27 11:07:46 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-10-01 12:58:49 +0200
commit23a7ba3fc03cc6b2175529a92955f1949fed012b (patch)
tree4abc798a99c147a1373f56c86060924a86b51fa1 /.travis.yml
parent374fd46e3c40a4a738121e66d548b227537a77f0 (diff)
ci: travis: download 32-bit toolchain only
The 64-bit toolchain is not needed to build and run the regression tests for QEMU. Download only the 32-bit toolchain to save disk space and time. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d8e86da..c9289b8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,7 @@ script:
# Run regression tests (xtest in QEMU)
- export CFG_WERROR=y
- - (cd ${HOME}/optee_repo/build && $make toolchains && rm -f ${HOME}/optee_repo/toolchains/gcc-*.tar.xz && $make check BR2_CCACHE_DIR=~/.ccache DUMP_LOGS_ON_ERROR=1)
+ - (cd ${HOME}/optee_repo/build && $make aarch32 && rm -f ${HOME}/optee_repo/toolchains/gcc-*.tar.xz && $make check BR2_CCACHE_DIR=~/.ccache DUMP_LOGS_ON_ERROR=1)
env:
global: