[libvirt] [PATCH 1/3] travis: Stop performing Ubuntu builds

Andrea Bolognani abologna at redhat.com
Tue Jun 5 13:57:04 UTC 2018


As of 60d9ad6f1e42, we require GnuTLS 3.2 to build libvirt;
the only Linux environment available on Travis CI (Ubuntu
14.04 LTS), however, ships with an older GnuTLS version and
thus the build cannot succeed.

Let's only perform macOS builds on Travis CI.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .travis.yml | 82 -----------------------------------------------------
 1 file changed, 82 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c71411dcae..111d2c0927 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,16 +8,6 @@ branches:
 
 matrix:
   include:
-    - compiler: gcc
-      dist: trusty
-      env:
-        - PYTHON=$(which python2)
-        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart"
-    - compiler: clang
-      dist: trusty
-      env:
-        - PYTHON=$(which python3)
-        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd"
     - compiler: clang
       os: osx
       env:
@@ -33,75 +23,6 @@ matrix:
         # some useful coverage
         - make -j3 && make -j3 install && make -j3 dist
 
-addons:
-  apt:
-    # Please keep this list sorted alphabetically
-    packages:
-      - augeas-tools
-      - autoconf
-      - automake
-      - autopoint
-      - bash-completion
-      - ccache
-      - dnsmasq-base
-      - dwarves
-      - ebtables
-      - gcc
-      - gettext
-      - glusterfs-client
-      - libacl1-dev
-      - libapparmor-dev
-      - libattr1-dev
-      - libaudit-dev
-      - libavahi-client-dev
-      - libblkid-dev
-      - libc6-dev
-      - libcap-ng-dev
-      - libc-dev-bin
-      - libcurl4-gnutls-dev
-      - libdbus-1-dev
-      - libdevmapper-dev
-      - libfuse-dev
-      - libgnutls-dev
-      - libnetcf-dev
-      - libnl-3-dev
-      - libnl-route-3-dev
-      - libnuma-dev
-      - libopenwsman-dev
-      - libparted-dev
-      - libpcap-dev
-      - libpciaccess-dev
-      - librbd-dev
-      - libreadline-dev
-      - libsanlock-dev
-      - libsasl2-dev
-      - libselinux1-dev
-      - libssh2-1-dev
-      - libssh-dev
-      - libtirpc-dev
-      - libtool
-      - libudev-dev
-      - libxen-dev
-      - libxml2-dev
-      - libxml2-utils
-      - libyajl-dev
-      - lvm2
-      - make
-#     - nfs-common    # broken on trusty since build #807 (2018-01-09)
-      - open-iscsi
-      - parted
-      - patch
-      - perl
-      - pkgconf
-      - policykit-1
-      - qemu-utils
-      - radvd
-      - scrub
-      - sheepdog
-      - systemtap-sdt-dev
-      - xsltproc
-      - zfs-fuse
-
 git:
   submodules: true
 
@@ -112,9 +33,6 @@ env:
 before_script:
   - ./autogen.sh --prefix=$(pwd)/install-root
 
-script:
-  - make -j3 && make -j3 syntax-check && make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS=$DISTCHECK_CONFIGURE_FLAGS
-
 after_failure:
   - echo '============================================================================'
   - 'ver=$(sed -n "s/AC_INIT(\[libvirt\], \[\([0-9.]*\)\],.*/\1/p" configure.ac);
-- 
2.17.1




More information about the libvir-list mailing list