1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2205>
This commit is contained in:
Florian Müllner 2022-01-05 04:04:35 +01:00
parent b0b45b0570
commit db0d7202c3

View file

@ -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 &&