diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 5bae53be9..f49f1a3c0 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -11,6 +11,7 @@ RUN dnf -y update && dnf -y upgrade && \ dnf install -y 'dnf-command(builddep)' && \ dnf install -y 'dnf-command(copr)' && \ dnf copr enable -y fmuellner/gnome-shell-ci && \ + dnf copr enable -y jadahl/mutter-ci && \ dnf copr enable -y hergertme/sysprof-3 && \ dnf builddep -y mutter && \ @@ -18,6 +19,9 @@ RUN dnf -y update && dnf -y upgrade && \ # Until Fedora catches up with meson build-deps dnf install -y meson xorg-x11-server-Xorg gnome-settings-daemon-devel egl-wayland-devel xorg-x11-server-Xwayland && \ + # Until Fedora catches up with mesa bug fixes + dnf upgrade -y mesa-dri-drivers mesa-libEGL && \ + # For running unit tests dnf install -y xorg-x11-server-Xvfb mesa-dri-drivers dbus dbus-x11 '*/xvfb-run' gdm-lib accountsservice-libs && \