mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
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:
parent
ecd45d28ac
commit
3b400f9a5b
@ -17,13 +17,14 @@ variables:
|
|||||||
.mutter.fedora:35@common:
|
.mutter.fedora:35@common:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 35
|
FDO_DISTRIBUTION_VERSION: 35
|
||||||
BASE_TAG: '2022-01-20'
|
BASE_TAG: '2022-01-25'
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
asciidoc
|
asciidoc
|
||||||
clang
|
clang
|
||||||
gcovr
|
gcovr
|
||||||
gdm
|
gdm
|
||||||
gnome-shell
|
gnome-shell
|
||||||
|
mozjs91-devel
|
||||||
python3-dbusmock
|
python3-dbusmock
|
||||||
sassc
|
sassc
|
||||||
uncrustify
|
uncrustify
|
||||||
@ -39,6 +40,10 @@ variables:
|
|||||||
dnf builddep -y libinput --setopt=install_weak_deps=False &&
|
dnf builddep -y libinput --setopt=install_weak_deps=False &&
|
||||||
dnf builddep -y wayland-protocols --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 \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
||||||
master . ace838603802370954f784b244679a4274a3266f &&
|
master . ace838603802370954f784b244679a4274a3266f &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user