1
0
Fork 0

ci: Build gjs from git

... to allow gnome-shell to bump its dependency for
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1958

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1975>
This commit is contained in:
Florian Müllner 2021-08-25 02:11:44 +02:00 committed by Marge Bot
parent 5744e957ac
commit 0f8ae7c507

View file

@ -16,7 +16,7 @@ variables:
.mutter.fedora:34@common: .mutter.fedora:34@common:
variables: variables:
FDO_DISTRIBUTION_VERSION: 34 FDO_DISTRIBUTION_VERSION: 34
BASE_TAG: '2021-08-22.0' BASE_TAG: '2021-08-25.0'
FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang uncrustify' FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang uncrustify'
FDO_DISTRIBUTION_EXEC: | FDO_DISTRIBUTION_EXEC: |
@ -33,6 +33,10 @@ variables:
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
41.alpha . && 41.alpha . &&
./.gitlab-ci/install-meson-project.sh \
https://gitlab.gnome.org/GNOME/gjs.git \
1.69.2 . &&
rpm -e --nodeps gnome-bluetooth-libs-devel \ rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \ mutter mutter-devel \
gnome-shell && gnome-shell &&