[mutter] ci: Update gjs



commit 3b400f9a5b1e2b6e73270b2907999188e82db80e
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Jan 18 23:29:33 2022 +0100

    ci: Update gjs
    
    gjs recently updated its mozjs dependency. Include it in the image
    to allow gnome-shell to make use of new JS features.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2245>

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec1a912d61..a242ee2fd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,13 +17,14 @@ variables:
 .mutter.fedora:35@common:
   variables:
     FDO_DISTRIBUTION_VERSION: 35
-    BASE_TAG: '2022-01-20'
+    BASE_TAG: '2022-01-25'
     FDO_DISTRIBUTION_PACKAGES:
       asciidoc
       clang
       gcovr
       gdm
       gnome-shell
+      mozjs91-devel
       python3-dbusmock
       sassc
       uncrustify
@@ -39,6 +40,10 @@ variables:
       dnf builddep -y libinput --setopt=install_weak_deps=False &&
       dnf builddep -y wayland-protocols --setopt=install_weak_deps=False &&
 
+      ./.gitlab-ci/install-meson-project.sh \
+        https://gitlab.gnome.org/GNOME/gjs.git \
+        master . 5a1237aeb81feddd016fb9f71e77d5ee872bccd0 &&
+
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
         master . ace838603802370954f784b244679a4274a3266f &&


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