1
0
Fork 0

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>
This commit is contained in:
Florian Müllner 2022-01-18 23:29:33 +01:00
parent ecd45d28ac
commit 3b400f9a5b

View file

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