[libvirt] [PATCH 0/2] travis: Fix build failure

It would be nice to have all greens before the release :) Andrea Bolognani (2): travis: Sync packages with libvirt-jenkins-ci travis: Skip nfs-common installation .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -- 2.14.3

Make sure we install the same packages lcitool would install on the CentOS CI so that we have consistent results. The package list is current as of libvirt-jenkins-ci commit 3a559ae7bc08. --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bef991cb9..a62c8eb04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,13 @@ addons: apt: # Please keep this list sorted alphabetically packages: + - augeas-tools - autoconf - automake - autopoint - ccache - dnsmasq-base + - dwarves - ebtables - gcc - gettext @@ -34,6 +36,7 @@ addons: - libaudit-dev - libavahi-client-dev - libblkid-dev + - libc-dev-bin - libc6-dev - libcap-ng-dev - libcurl4-gnutls-dev @@ -52,8 +55,9 @@ addons: - librbd-dev - libreadline-dev - libsasl2-dev + - libselinux1-dev - libssh2-1-dev - - libssl-dev + - libssh-dev - libtool - libudev-dev - libxen-dev @@ -66,8 +70,11 @@ addons: - open-iscsi - parted - patch + - perl - pkg-config - policykit-1 + - qemu-utils + - radvd - scrub - sheepdog - systemtap-sdt-dev -- 2.14.3

Installing nfs-common is broken on trusty since build #807 https://travis-ci.org/libvirt/libvirt/builds/326705054 It's probably a transient error on Travis' side, so just comment it out for the time being to allow builds to proceed. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a62c8eb04..3f26a1eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ addons: - libyajl-dev - lvm2 - make - - nfs-common +# - nfs-common # broken on trusty since build #807 (2018-01-09) - open-iscsi - parted - patch -- 2.14.3

On Fri, Jan 12, 2018 at 12:43:58PM +0100, Andrea Bolognani wrote:
It would be nice to have all greens before the release :)
Andrea Bolognani (2): travis: Sync packages with libvirt-jenkins-ci travis: Skip nfs-common installation
Reviewed-by: Daniel P. Berrange <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 :|
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrange