From db0d7202c38dc6804b6589c2eef0a3a98f855ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 5 Jan 2022 04:04:35 +0100 Subject: [PATCH] ci: Build libgweather from git GWeather bumped API in its main branch, and we need the new version in the CI image in order to port gnome-shell. Part-of: --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7e2a7243..6bdf4e546 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: .mutter.fedora:35@common: variables: FDO_DISTRIBUTION_VERSION: 35 - BASE_TAG: '2022-01-03.0' + BASE_TAG: '2022-01-05.0' FDO_DISTRIBUTION_PACKAGES: asciidoc clang @@ -47,6 +47,11 @@ variables: https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ 1.23 . && + ./.gitlab-ci/install-meson-project.sh \ + -Dgtk_doc=false \ + https://gitlab.gnome.org/GNOME/libgweather.git \ + main . 1f687f6375a3f3f006600119f7eee7df7348ade5 && + rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell &&