[totem/wip/hadess/trim-plugin-decl: 12/12] ci: Update to newer meson




commit 520a9b2bcdc41fc441cabe71a37a434580824fb4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 3 16:44:46 2021 +0100

    ci: Update to newer meson
    
    This works around a hang running meson in F35.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9a730881..2db8714e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,9 @@ build-fedora:
     - dnf install -y $FEDORA_DEPS
     # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
     - dnf remove -y pylint
+    # Update meson
+    - dnf remove -y meson
+    - pip3 install meson
   script:
     - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes 
-Denable-python=yes -Dprofile=default
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test


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