1
0
Fork 0

ci: Remove problematic vulkan driver

The powervr vulkan driver interferes with proper functioning
of the CI, so drop it.

See https://gitlab.gnome.org/GNOME/gtk/-/commit/7814d1fd759118f2f.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4040>
This commit is contained in:
Florian Müllner 2024-09-05 20:47:27 +02:00 committed by Marge Bot
parent bf9cad0753
commit 313a438a7c

View file

@ -130,6 +130,10 @@ variables:
# Enable sudo for $MUTTER_USER
echo "%$MUTTER_USER ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/99_mutter-user
# Drop problematic vulkan driver that interferes with CI;
# see https://gitlab.gnome.org/GNOME/gtk/-/commit/7814d1fd75911
rm /usr/share/vulkan/icd.d/powervr_mesa_icd.x86_64.json
dnf install -y 'dnf-command(builddep)'
dnf builddep -y mutter --setopt=install_weak_deps=False