|
From: | Wainer dos Santos Moschetta |
Subject: | Re: [Qemu-devel] [PATCH] .travis.yml: reduce number of targets built while disabling things |
Date: | Thu, 21 Mar 2019 14:28:01 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 03/21/2019 09:48 AM, Alex Bennée wrote:
This build keeps timing out on Travis and it's unlikely including the additional guest front-ends will catch any failures in the fallback code. Signed-off-by: Alex Bennée <address@hidden> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Wainer dos Santos Moschetta <address@hidden>
diff --git a/.travis.yml b/.travis.yml index 3fb3dab46e..2e06aee9d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ matrix:- env:- - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication" + - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-replication --target-list=${MAIN_SOFTMMU_TARGETS}"# Module builds are mostly of interest to major distros
[Prev in Thread] | Current Thread | [Next in Thread] |