[mutter/wip/exalm/ci-image] ci: Build newer gsettings-desktop-schemas




commit 9fb2a2a373e90e1033124e6739303d38b7196931
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Dec 21 00:07:57 2021 +0500

    ci: Build newer gsettings-desktop-schemas
    
    gnome-shell will need to depend on a yet unreleased version.
    
    See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2069
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2173>

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4ce883c11..36acf68181 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,16 @@ variables:
     FDO_DISTRIBUTION_EXEC: |
       dnf install -y 'dnf-command(builddep)' &&
 
+      dnf builddep -y gsettings-desktop-schemas --setopt=install_weak_deps=False &&
       dnf builddep -y mutter --setopt=install_weak_deps=False &&
       dnf builddep -y gnome-shell --setopt=install_weak_deps=False &&
       dnf builddep -y libinput --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/gsettings-desktop-schemas.git \
+        main . 79dd34316ffa44221bcd1b6227aebe1b4b2643d8 &&
+
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
         1.23 . &&


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]