|
From: | Wainer dos Santos Moschetta |
Subject: | Re: [Qemu-devel] [PATCH v1 3/3] .travis.yml: --disable-user for --without-default-devices |
Date: | Thu, 21 Mar 2019 12:35:40 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 03/19/2019 09:48 AM, Alex Bennée wrote:
This is essentially a softmmu tweak so don't bother building linux-user builds as well. 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 407fc25945..3fb3dab46e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -165,7 +165,7 @@ matrix:# We manually include builds which we disable "make check" for- env: - - CONFIG="--without-default-devices" + - CONFIG="--without-default-devices --disable-user" - TEST_CMD=""
[Prev in Thread] | Current Thread | [Next in Thread] |