[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 12/12] .travis.yml: limit the arm64 target list
From: |
Thomas Huth |
Subject: |
Re: [PATCH v2 12/12] .travis.yml: limit the arm64 target list |
Date: |
Thu, 30 Jan 2020 20:43:47 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 30/01/2020 12.32, Alex Bennée wrote:
> Even though we can do a good multi-threaded build we are still
> exceeding the 50 minute build time while running the tests.
>
> Signed-off-by: Alex Bennée <address@hidden>
> ---
> .travis.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index a600f508b0..71bf650b1d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -426,7 +426,7 @@ matrix:
> - genisoimage
> env:
> - TEST_CMD="make check check-tcg V=1"
> - - CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS}"
> + - CONFIG="--disable-containers
> --target-list=aarch64-softmmu,aarch64-linux-user,arm-softmmu,arm-linux-user"
Maybe still include x86_64-softmmu? (I assume arm folks might be
interested in that?)
Thomas
- [PATCH v2 00/12] testing/next (with build fixes!), Alex Bennée, 2020/01/30
- [PATCH v2 10/12] .travis.yml: move cache flushing to early common phase, Alex Bennée, 2020/01/30
- [PATCH v2 02/12] tests/docker: better handle symlinked libs, Alex Bennée, 2020/01/30
- [PATCH v2 09/12] .travis.yml: build documents under bionic, Alex Bennée, 2020/01/30
- [PATCH v2 05/12] .shippable: --disable-docs for cross-compile tests, Alex Bennée, 2020/01/30
- [PATCH v2 12/12] .travis.yml: limit the arm64 target list, Alex Bennée, 2020/01/30
- [PATCH v2 06/12] hw/hppa/Kconfig: LASI chipset requires PARALLEL port, Alex Bennée, 2020/01/30
- [PATCH v2 07/12] .travis.yml: Drop superfluous use of --python=python3 parameter, Alex Bennée, 2020/01/30
- [PATCH v2 01/12] tests/docker: move most cross compilers to buster base, Alex Bennée, 2020/01/30
- [PATCH v2 03/12] gitlab-ci: Refresh the list of iotests, Alex Bennée, 2020/01/30
- [PATCH v2 04/12] travis.yml: Install genisoimage package, Alex Bennée, 2020/01/30