[glib/wip/hadess/avoid-unintended-success] ci: Fix xdg-desktop-portal build



commit 93fac1933c4e4c1b913c3c007a1bb0e44df11851
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 21 18:55:56 2020 +0100

    ci: Fix xdg-desktop-portal build
    
    Newer versions of xdg-desktop-portal need a newer PipeWire, so use the
    latest release that doesn't contain this change to avoid having
    something else to build.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91e5b3b72..fd3f957ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,6 +142,8 @@ installed-tests:
     # GMemoryMonitor support, see:
     # https://github.com/flatpak/xdg-desktop-portal/pull/365
     - git clone --single-branch https://github.com/flatpak/xdg-desktop-portal.git
+    # 1.6.0
+    - git reset --hard 28b93e213a83c78bb6d65d5a1a65c57d62957827
     - cd xdg-desktop-portal
     - ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --disable-libportal --disable-dependency-tracking
     - make


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