[mutter] ci: Install libinput and wayland-protocols from git
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] ci: Install libinput and wayland-protocols from git
- Date: Thu, 2 Dec 2021 21:29:01 +0000 (UTC)
commit c3087dae7de320224b954e19b4dd3acfc03b649a
Author: José Expósito <jose exposito89 gmail com>
Date: Wed Sep 15 18:37:43 2021 +0200
ci: Install libinput and wayland-protocols from git
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1830>
.gitlab-ci.yml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 260cff498d..77d322f0b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
.mutter.fedora:34@common:
variables:
FDO_DISTRIBUTION_VERSION: 34
- BASE_TAG: '2021-09-04.1'
+ BASE_TAG: '2021-09-15.0'
FDO_DISTRIBUTION_PACKAGES:
asciidoc
clang
@@ -34,6 +34,8 @@ variables:
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/glib.git \
@@ -47,6 +49,14 @@ variables:
https://gitlab.gnome.org/GNOME/gjs.git \
1.69.2 . &&
+ ./.gitlab-ci/install-meson-project.sh \
+ https://gitlab.freedesktop.org/libinput/libinput.git \
+ 1.19.0 . &&
+
+ ./.gitlab-ci/install-meson-project.sh \
+ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \
+ 1.23 . &&
+
rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \
gnome-shell &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]