[libvirt] [PATCH 1/2] travis: Sync packages with libvirt-jenkins-ci

Andrea Bolognani abologna at redhat.com
Fri Jan 12 11:43:59 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 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




More information about the libvir-list mailing list