summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-10-29 18:05:09 +0100
committerMarco Trevisan <mail@3v1n0.net>2019-10-29 18:34:36 +0000
commit46aeb9634fc7d6e54f2647c81d3b341547c82ab8 (patch)
tree6ef23792debf9b0e7787e4f6d604a3bde9d3e985 /.gitlab-ci
parent3f9c5d04d4de845abb36a00e67c6a7a45f86a3b7 (diff)
downloadmutter-46aeb9634fc7d6e54f2647c81d3b341547c82ab8.tar.gz
ci: Add gnome-control-center
Since 3.34, the gnome-shell package was cleaned up to only depend on gnome-control-center-filesystem at build-time. However one of the gnome-shell tests needs the gettext ITS file for keybindings provided by the main gnome-control-center package (in fact, the COPR package is stripped down to just that file), so install that explicitly. https://gitlab.gnome.org/GNOME/mutter/merge_requests/901
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 653298976..6d2548c18 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -19,7 +19,7 @@ RUN dnf -y update && dnf -y upgrade && \
dnf install -y 'pkgconfig(graphene-gobject-1.0)' 'pkgconfig(sysprof-capture-3)' && \
# For running unit tests
- dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs && \
+ dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs gnome-control-center && \
# GNOME Shell
dnf builddep -y gnome-shell --setopt=install_weak_deps=False && \