[d-feet/wjt/install-dbus-daemon-in-ci] ci: install dbus-daemon
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/wjt/install-dbus-daemon-in-ci] ci: install dbus-daemon
- Date: Thu, 21 Mar 2019 12:17:11 +0000 (UTC)
commit 435359fe87dc7cbaece6be6afa5de5b5875e046e
Author: Will Thompson <wjt endlessm com>
Date: Thu Mar 21 12:15:54 2019 +0000
ci: install dbus-daemon
Without this, the build fails with:
GLib-GIO:ERROR:../gio/gtestdbus.c:619:start_daemon: assertion failed (error == NULL): Failed to execute
child process “dbus-daemon” (No such file or directory) (g-exec-error-quark, 8)
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b65d4e2..5f66bb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ fedora:
image: fedora:rawhide
before_script:
- dnf update -y
- - dnf install -y desktop-file-utils gettext glib2-devel gobject-introspection-devel gtk3-devel
intltool itstool python3-devel python3-pycodestyle libappstream-glib libwnck3 python3-gobject python3-gobject
make yelp-tools xorg-x11-server-Xvfb
+ - dnf install -y dbus-daemon desktop-file-utils gettext glib2-devel gobject-introspection-devel
gtk3-devel intltool itstool libappstream-glib libwnck3 make python3-devel python3-gobject python3-gobject
python3-pycodestyle xorg-x11-server-Xvfb yelp-tools
script:
- PYTHON=/usr/bin/python3 ./autogen.sh
- make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]