ci: Add mutter to the fedora image

This is in preparation for trying to use mutter --headless
in ci.
This commit is contained in:
Matthias Clasen 2023-05-01 21:11:01 -04:00
parent 64f9d82506
commit 5bac4f13a0
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ variables:
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Ddemos=false -Dbuild-examples=false -Dbuild-tests=false -Dbuild-testsuite=true"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v42"
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v43"
workflow:
rules:

View File

@ -73,6 +73,7 @@ RUN dnf -y install \
mesa-dri-drivers \
mesa-libEGL-devel \
mesa-libGLES-devel \
mutter \
ninja-build \
pango-devel \
pcre-devel \
@ -84,6 +85,7 @@ RUN dnf -y install \
python3-markdown \
python3-packaging \
python3-pip \
python3-pydbus \
python3-pygments \
python3-typogrify \
python3-wheel \