[mutter/wip/carlosg/xdg-activation: 1/5] ci: Build wayland-protocols




commit 989129109c9dfdc6ffb5eca6f823dcf656387b5e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Jun 3 22:51:04 2021 +0200

    ci: Build wayland-protocols
    
    And bump BASE_TAG so that images are rebuilt.

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2774a9517f..dc6a498dfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
 .mutter.fedora:34@common:
   variables:
     FDO_DISTRIBUTION_VERSION: 34
-    BASE_TAG: '2021-05-14.1'
+    BASE_TAG: '2021-06-03.2'
     FDO_UPSTREAM_REPO: GNOME/mutter
     FDO_DISTRIBUTION_EXEC: |
       dnf install -y 'dnf-command(builddep)' &&
@@ -21,11 +21,16 @@ stages:
         --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 wayland-protocols --setopt=install_weak_deps=False &&
 
       dnf remove -y gnome-bluetooth-libs-devel &&
       dnf remove -y --noautoremove mutter mutter-devel &&
       dnf remove -y --noautoremove gnome-shell &&
 
+      ./.gitlab-ci/install-meson-project.sh \
+          https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
+          1.21 . &&
+
       dnf clean all
 
 default:


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