[libvirt] [PATCH 1/4] travis: Drop precise

Daniel P. Berrangé berrange at redhat.com
Wed Feb 28 14:32:51 UTC 2018


On Wed, Feb 28, 2018 at 12:42:57PM +0100, Andrea Bolognani wrote:
> Support for building on precise is going to be dropped from
> Travis CI in a couple of months, let's get ahead of the game.
> 
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>
> ---
>  .travis.yml | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 3f26a1eeee..9219ccd173 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,12 +4,8 @@ cache: ccache
>  
>  matrix:
>    include:
> -    - compiler: gcc
> -      dist: precise
>      - compiler: gcc
>        dist: trusty
> -    - compiler: clang
> -      dist: precise
>      - compiler: clang
>        dist: trusty
>      - compiler: clang

This is incomplete because there's CFLAGS defined later on to work around
a bug on Precise that should also be removed. 

Unfortunately removing that CFLAGS then reveals the fact that building
with Clang breaks "make check" on the remote protocol files. This failure
has been hidden before now because the -Wno-error=variadic-args flag for
some reason caused pdwtags to fail to emit any output, which accidentally
caused libvirt to ignore the failure.

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 :|




More information about the libvir-list mailing list