[libvirt] [PATCH 5/4] travis: Sync packages with libvirt-jenkins-ci

Andrea Bolognani abologna at redhat.com
Wed Feb 28 13:57:21 UTC 2018


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 ad84090b6f96.

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

diff --git a/.travis.yml b/.travis.yml
index a1f1d8b51d..edc6adb787 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ addons:
       - autoconf
       - automake
       - autopoint
+      - bash-completion
       - ccache
       - dnsmasq-base
       - dwarves
@@ -32,9 +33,9 @@ addons:
       - libaudit-dev
       - libavahi-client-dev
       - libblkid-dev
-      - libc-dev-bin
       - libc6-dev
       - libcap-ng-dev
+      - libc-dev-bin
       - libcurl4-gnutls-dev
       - libdbus-1-dev
       - libdevmapper-dev
@@ -50,10 +51,12 @@ addons:
       - libpciaccess-dev
       - librbd-dev
       - libreadline-dev
+      - libsanlock-dev
       - libsasl2-dev
       - libselinux1-dev
       - libssh2-1-dev
       - libssh-dev
+      - libtirpc-dev
       - libtool
       - libudev-dev
       - libxen-dev
@@ -67,7 +70,7 @@ addons:
       - parted
       - patch
       - perl
-      - pkg-config
+      - pkgconf
       - policykit-1
       - qemu-utils
       - radvd
-- 
2.14.3




More information about the libvir-list mailing list