From 0f8ae7c507b20c8c22cf60a83c6ac572b4ef3768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 25 Aug 2021 02:11:44 +0200 Subject: [PATCH] ci: Build gjs from git ... to allow gnome-shell to bump its dependency for https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1958 Part-of: --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e251ca918..8513aae6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: .mutter.fedora:34@common: variables: FDO_DISTRIBUTION_VERSION: 34 - BASE_TAG: '2021-08-22.0' + BASE_TAG: '2021-08-25.0' FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang uncrustify' FDO_DISTRIBUTION_EXEC: | @@ -33,6 +33,10 @@ variables: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ 41.alpha . && + ./.gitlab-ci/install-meson-project.sh \ + https://gitlab.gnome.org/GNOME/gjs.git \ + 1.69.2 . && + rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \ gnome-shell &&