[folks/wip/nielsdg/ci-use-rawhide: 17/17] ci: Install dbus-daemon over dbus-broker
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/wip/nielsdg/ci-use-rawhide: 17/17] ci: Install dbus-daemon over dbus-broker
- Date: Sat, 7 Dec 2019 13:29:58 +0000 (UTC)
commit 0c5d8b07a54f2d8927245251182d1230d3683d57
Author: Niels De Graef <nielsdegraef gmail com>
Date: Tue Jun 11 18:31:40 2019 +0200
ci: Install dbus-daemon over dbus-broker
dbus-broker (which is installed by default in Fedora >30) has some
backwards compatibility issues with dbus-daemon which prevents us from
using it in our CI. Let's just install dbus-daemon instead.
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52fa9f78..e5351fe3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ build-folks:
gobject-introspection-devel libgee-devel libxml2-devel meson ninja-build
python2 readline-devel redhat-rpm-config telepathy-glib-devel
telepathy-glib-vala tracker-devel vala
+ dbus-daemon # FIXME: dbus-broker breaks the CI, see https://github.com/bus1/dbus-broker/issues/145
script:
- meson _build
- ninja -C _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]