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:
parent
bf9cad0753
commit
313a438a7c
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ variables:
|
||||||
# Enable sudo for $MUTTER_USER
|
# Enable sudo for $MUTTER_USER
|
||||||
echo "%$MUTTER_USER ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/99_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 install -y 'dnf-command(builddep)'
|
||||||
|
|
||||||
dnf builddep -y mutter --setopt=install_weak_deps=False
|
dnf builddep -y mutter --setopt=install_weak_deps=False
|
||||||
|
|
Loading…
Reference in a new issue