From 326e4c15deb8dc79133c9aa42e257f7610474b3e Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 16 May 2024 14:02:15 +0200 Subject: [PATCH] ci: Bump base image and wayland-protocols dependency Build wayland-protocols 1.36 for xdg-dialog support. Part-of: --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be41919c9..9b9150f5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ variables: - .skip-git-clone variables: FDO_DISTRIBUTION_VERSION: 40 - BASE_TAG: '2024-05-02.0' + BASE_TAG: '2024-05-16.0' MUTTER_USER: 'meta-user' FDO_DISTRIBUTION_PACKAGES: asciidoc @@ -129,6 +129,10 @@ variables: https://gitlab.gnome.org/GNOME/gi-docgen.git \ main + ./.gitlab-ci/install-meson-project.sh \ + https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ + 1.36 + rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell \