From dbec79bf7375ed213507daf1b5514df01e5b4fa0 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 11 Nov 2020 16:56:50 +0000 Subject: [ci] Add missing package for daily build The barometer-daily-master [1] job has been failing for a while, This adds in the missing package that the build needs. [1] https://build.opnfv.org/ci/view/barometer/job/barometer-daily-master/1439/console Signed-off-by: Emma Foley Change-Id: I2d7fcb10d395ca2b1542b07d8b64e7d7c3e230f7 --- ci/install_dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/install_dependencies.sh b/ci/install_dependencies.sh index 87f8163f..d131429f 100755 --- a/ci/install_dependencies.sh +++ b/ci/install_dependencies.sh @@ -27,7 +27,8 @@ sudo yum -y install git sudo yum -y install rpm-build \ libcap-devel xfsprogs-devel iptables-devel \ - libmemcached-devel gtk2-devel libvirt-devel + libmemcached-devel gtk2-devel libvirt-devel \ + ganglia-devel mysql-devel qpid-proton-c-devel # For DMA component sudo yum -y install hiredis-devel -- cgit 1.2.3-korg