mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
ci: Add gnome-shell runtime dependencies
In order to run gnome-shell as part of the CI pipeline, we need an additional runtime dependency plus python3 modules to mock required system services and run gnome-shell-perf-tool. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1401
This commit is contained in:
parent
a54a01d1e2
commit
2611ee14b5
@ -17,6 +17,7 @@ RUN dnf -y update && dnf -y upgrade && \
|
|||||||
# For running unit tests
|
# For running unit tests
|
||||||
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 \
|
dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 \
|
||||||
'*/xvfb-run' gdm-lib accountsservice-libs gnome-control-center gcovr \
|
'*/xvfb-run' gdm-lib accountsservice-libs gnome-control-center gcovr \
|
||||||
|
libnma python3-gobject python3-dbusmock \
|
||||||
--setopt=install_weak_deps=False && \
|
--setopt=install_weak_deps=False && \
|
||||||
|
|
||||||
# GNOME Shell
|
# GNOME Shell
|
||||||
|
Loading…
Reference in New Issue
Block a user