diff options
author | Emma Foley <efoley@redhat.com> | 2020-11-11 16:56:50 +0000 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2020-11-11 17:13:27 +0000 |
commit | dbec79bf7375ed213507daf1b5514df01e5b4fa0 (patch) | |
tree | 7303a56831ac649f76ee75650e91d348a599d5f7 | |
parent | 7a21d1aed16641c134236db7a7ceee2277efd67f (diff) |
[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 <efoley@redhat.com>
Change-Id: I2d7fcb10d395ca2b1542b07d8b64e7d7c3e230f7
-rwxr-xr-x | ci/install_dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |