summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-09-09 11:25:09 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2019-09-09 09:49:46 +0000
commitaafa084bd26f74e4df723c17f1d2ddb7bdf5c02a (patch)
tree778b9c94ba53a37ac10b236854272ef933330ed1
parentf5cf3e264cd75292855ccc10369e66d55371480c (diff)
downloadflatpak-aafa084bd26f74e4df723c17f1d2ddb7bdf5c02a.tar.gz
CI: Install dbus-daemon rpm
Closes: #3088 Approved by: alexlarsson
-rwxr-xr-xci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 3b806be4..2b0ed07b 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -6,7 +6,7 @@ set -xeuo pipefail
dn=$(dirname $0)
. ${dn}/libbuild.sh
-pkg_install sudo which attr fuse bison \
+pkg_install sudo which attr fuse bison dbus-daemon \
libubsan libasan libtsan clang python2 \
elfutils git gettext-devel libappstream-glib-devel hicolor-icon-theme \
dconf-devel fuse-devel \