[mutter] ci: Rebuild image with newer dependencies



commit 7734d6f56b66be22986b4a69582099838229ac48
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Feb 14 23:45:01 2022 +0100

    ci: Rebuild image with newer dependencies
    
    gjs and gsettings-desktop-schema have seen releases. Include them
    in the image to allow gnome-shell to depend on the versions it
    actually needs.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2300>

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1253d39e3a..5e80d9464f 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-26.0'
+    BASE_TAG: '2022-02-18.0'
     FDO_DISTRIBUTION_PACKAGES:
       asciidoc
       clang
@@ -62,11 +62,11 @@ variables:
 
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.gnome.org/GNOME/gjs.git \
-        master . 5a1237aeb81feddd016fb9f71e77d5ee872bccd0 &&
+        1.71.1 . &&
 
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
-        master . ace838603802370954f784b244679a4274a3266f &&
+        42.beta . &&
 
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.freedesktop.org/wayland/wayland-protocols.git \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]