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:
parent
5b868a2bdf
commit
d3a7e9a7b5
@ -18,7 +18,7 @@ variables:
|
|||||||
.mutter.fedora:35@common:
|
.mutter.fedora:35@common:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 35
|
FDO_DISTRIBUTION_VERSION: 35
|
||||||
BASE_TAG: '2022-07-29.0'
|
BASE_TAG: '2022-08-02.0'
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
asciidoc
|
asciidoc
|
||||||
clang
|
clang
|
||||||
@ -35,6 +35,7 @@ variables:
|
|||||||
qemu-system-x86-core
|
qemu-system-x86-core
|
||||||
busybox
|
busybox
|
||||||
gi-docgen
|
gi-docgen
|
||||||
|
pkgconfig(libgcrypt)
|
||||||
|
|
||||||
FDO_DISTRIBUTION_EXEC: |
|
FDO_DISTRIBUTION_EXEC: |
|
||||||
dnf install -y 'dnf-command(builddep)' &&
|
dnf install -y 'dnf-command(builddep)' &&
|
||||||
@ -68,6 +69,16 @@ variables:
|
|||||||
https://gitlab.gnome.org/GNOME/gjs.git \
|
https://gitlab.gnome.org/GNOME/gjs.git \
|
||||||
1.73.1 . &&
|
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 \
|
./.gitlab-ci/install-meson-project.sh \
|
||||||
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
|
||||||
42.beta . &&
|
42.beta . &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user