From 6c19d39d8b6b2e25a4700d65ffdb381aea2e6561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 22 Jul 2021 15:48:17 +0200 Subject: [PATCH] ci: Build settings-desktop-schemas from git We need a newer version for https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/687. Part-of: --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a13480a6b..a5590abe3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: .mutter.fedora:34@common: variables: FDO_DISTRIBUTION_VERSION: 34 - BASE_TAG: '2021-07-09.1' + BASE_TAG: '2021-07-22.0' FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang' FDO_DISTRIBUTION_EXEC: | @@ -24,6 +24,10 @@ variables: dnf builddep -y mutter --setopt=install_weak_deps=False && dnf builddep -y gnome-shell --setopt=install_weak_deps=False && + ./.gitlab-ci/install-meson-project.sh \ + https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ + 41.alpha . && + rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell &&