1
0
Fork 0

ci: Don't build our own gtk3

The gtk3 package in F41 includes the necessary bugfixes, so no need
for our own build.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4068>
This commit is contained in:
Florian Müllner 2024-10-04 14:57:27 +02:00
parent 0ed0367d74
commit c215faaeef

View file

@ -155,12 +155,7 @@ variables:
rpm -e --nodeps gnome-bluetooth-libs-devel \ rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \ mutter mutter-devel \
gnome-shell \ gnome-shell \
gtk3 $(NULL)
# Contains fixes needed for tests not included in 3.24.33
./.gitlab-ci/install-meson-project.sh \
https://gitlab.gnome.org/GNOME/gtk.git \
gtk-3-24 46fe3224dd771b91e6976d5a632b452e2179a4f0
# Work-around for podman-push aborting on permission issue # Work-around for podman-push aborting on permission issue
# https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1247 # https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1247