diff mbox series

[v1,2/4] .travis.yml: split default config into system and user

Message ID 20180313153210.28264-3-alex.bennee@linaro.org
State Superseded
Headers show
Series Travis Build Speed-ups | expand

Commit Message

Alex Bennée March 13, 2018, 3:32 p.m. UTC
As the build times have risen we keep timing out. Split the default
config into system and user builds.

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

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

-- 
2.16.2

Comments

Daniel P. Berrangé March 13, 2018, 3:34 p.m. UTC | #1
On Tue, Mar 13, 2018 at 03:32:08PM +0000, Alex Bennée wrote:
> As the build times have risen we keep timing out. Split the default

> config into system and user builds.

> 

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

> ---

>  .travis.yml | 3 ++-

>  1 file changed, 2 insertions(+), 1 deletion(-)

> 

> diff --git a/.travis.yml b/.travis.yml

> index 92c343a1ef..75e5b408d0 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -49,7 +49,8 @@ env:

>      - TEST_CMD="make check"

>      - MAKEFLAGS="-j3"

>    matrix:

> -    - CONFIG=""

> +    - CONFIG="--disable-system"

> +    - CONFIG="--disable-user"


Could add --disable-tools here too, just to avoid duplication between the
two entries but that's minor.

>      - CONFIG="--enable-debug --enable-debug-tcg"

>      - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"

>      - CONFIG="--enable-modules --disable-linux-user"


Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 92c343a1ef..75e5b408d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,8 @@  env:
     - TEST_CMD="make check"
     - MAKEFLAGS="-j3"
   matrix:
-    - CONFIG=""
+    - CONFIG="--disable-system"
+    - CONFIG="--disable-user"
     - CONFIG="--enable-debug --enable-debug-tcg"
     - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
     - CONFIG="--enable-modules --disable-linux-user"