From 3b400f9a5b1e2b6e73270b2907999188e82db80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 18 Jan 2022 23:29:33 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1a912d6..a242ee2fd 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 &&