[mutter/wip/carlosg/xdg-activation: 55/59] ci: Build wayland-protocols




commit be495d0fb1c5f37e245b90f092abcb9e0465932c
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 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2774a9517f..bf8919f33c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,12 +12,12 @@ 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)' &&
 
-      dnf install -y gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr \
+      dnf install -y gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr gcc-c++ \
         --setopt=install_weak_deps=False &&
       dnf builddep -y mutter --setopt=install_weak_deps=False &&
       dnf builddep -y gnome-shell --setopt=install_weak_deps=False &&
@@ -26,6 +26,10 @@ stages:
       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]