From 8e2c8611f645d86d2479c990c5d635369387328b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Oct 2024 14:57:27 +0200 Subject: [PATCH] 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: (cherry picked from commit c215faaeef127d98c5c789a576127979b0484eb1) --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92a45efcb..19ac5da5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,12 +155,7 @@ variables: rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell \ - gtk3 - - # 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 + $(NULL) # Work-around for podman-push aborting on permission issue # https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1247