[libvirt] [PATCH v2 2/5] travis: drop precise distro jobs

Daniel P. Berrangé posted 5 patches 7 years, 2 months ago
[libvirt] [PATCH v2 2/5] travis: drop precise distro jobs
Posted by Daniel P. Berrangé 7 years, 2 months ago
The precise distro is marked deprecated in travis and will be dropped
entirely in 2 months time.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3f26a1eeee..33887e7284 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
@@ -89,9 +85,6 @@ env:
     # The custom $PATH is just to pick up some extra binaries installed
     # through homebrew on macOS and it's completely harmless on Linux
     - PATH="/usr/local/opt/gettext/bin:/usr/local/opt/rpcgen/bin:$PATH"
-    # The hyperv driver fails to build with clang on precise due to this
-    # error being raised in one of openwsman header files
-    - CFLAGS="-Wno-error=variadic-macros"
     - VIR_TEST_DEBUG=1
 
 before_install:
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 2/5] travis: drop precise distro jobs
Posted by Andrea Bolognani 7 years, 2 months ago
On Wed, 2018-02-28 at 14:55 +0000, Daniel P. Berrangé wrote:
> The precise distro is marked deprecated in travis and will be dropped
> entirely in 2 months time.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list