1
0
Fork 0

ci: Include gcr4 in image

Needed in order to port gnome-shell to the new major version
(https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2386)

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2547>
This commit is contained in:
Florian Müllner 2022-08-02 15:50:38 +02:00
parent 5b868a2bdf
commit d3a7e9a7b5

View file

@ -18,7 +18,7 @@ variables:
.mutter.fedora:35@common:
variables:
FDO_DISTRIBUTION_VERSION: 35
BASE_TAG: '2022-07-29.0'
BASE_TAG: '2022-08-02.0'
FDO_DISTRIBUTION_PACKAGES:
asciidoc
clang
@ -35,6 +35,7 @@ variables:
qemu-system-x86-core
busybox
gi-docgen
pkgconfig(libgcrypt)
FDO_DISTRIBUTION_EXEC: |
dnf install -y 'dnf-command(builddep)' &&
@ -68,6 +69,16 @@ variables:
https://gitlab.gnome.org/GNOME/gjs.git \
1.73.1 . &&
./.gitlab-ci/install-meson-project.sh \
-Dvapi=false \
-Dgtk3=false \
-Dgtk4=false \
-Dgtk_doc=false \
-Dssh_agent=false \
-Dsystemd=disabled \
https://gitlab.gnome.org/GNOME/gcr.git \
3.90.0 . &&
./.gitlab-ci/install-meson-project.sh \
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
42.beta . &&