ci: Use libadwaita from git
The extensions app now depends on a development version of libadwaita, so include it in the image. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3081>
This commit is contained in:
parent
c8b019a265
commit
5e5065c2b5
@ -69,7 +69,7 @@ variables:
|
||||
- .skip-git-clone
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 38
|
||||
BASE_TAG: '2023-05-29.2'
|
||||
BASE_TAG: '2023-06-19.1'
|
||||
FDO_USER: 'meta-user'
|
||||
FDO_DISTRIBUTION_PACKAGES:
|
||||
asciidoc
|
||||
@ -88,6 +88,7 @@ variables:
|
||||
python3-dbusmock
|
||||
pkgconfig(libgcrypt)
|
||||
pkgconfig(libnma-gtk4)
|
||||
pkgconfig(appstream)
|
||||
|
||||
FDO_DISTRIBUTION_EXEC: |
|
||||
set -e
|
||||
@ -102,6 +103,7 @@ variables:
|
||||
dnf builddep -y wayland-protocols --setopt=install_weak_deps=False
|
||||
dnf builddep -y kernel --setopt=install_weak_deps=False
|
||||
dnf builddep -y zenity --setopt=install_weak_deps=False
|
||||
dnf builddep -y gtk4 --setopt=install_weak_deps=False
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.gnome.org/jadahl/catch.git \
|
||||
@ -112,6 +114,14 @@ variables:
|
||||
https://gitlab.gnome.org/GNOME/zenity.git \
|
||||
master . db1ad8ee7c3db36a7cca6e998e86719293d37838
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.gnome.org/GNOME/gtk.git \
|
||||
main . 55dd5f47808730ae4f1ffaa481ae37dd536b410a
|
||||
|
||||
./.gitlab-ci/install-meson-project.sh \
|
||||
https://gitlab.gnome.org/GNOME/libadwaita.git \
|
||||
main . 72f512f01113a64cf332ae0f79becfc487d54b56
|
||||
|
||||
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
||||
mutter mutter-devel \
|
||||
gnome-shell
|
||||
|
Loading…
Reference in New Issue
Block a user