diff mbox series

[v1,3/3] .travis.yml: --disable-user for --without-default-devices

Message ID 20190319124800.7454-4-alex.bennee@linaro.org
State Superseded
Headers show
Series reduce timeouts on Travis | expand

Commit Message

Alex Bennée March 19, 2019, 12:48 p.m. UTC
This is essentially a softmmu tweak so don't bother building
linux-user builds as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1

Comments

Thomas Huth March 21, 2019, 12:35 p.m. UTC | #1
On 19/03/2019 13.48, 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 <alex.bennee@linaro.org>

> ---

>  .travis.yml | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> 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=""


Reviewed-by: Thomas Huth <thuth@redhat.com>
Wainer dos Santos Moschetta March 21, 2019, 3:35 p.m. UTC | #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 <alex.bennee@linaro.org>

> ---

>   .travis.yml | 2 +-

>   1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>

> 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=""

>   

>
diff mbox series

Patch

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=""