[totem/wip/hadess/fix-meson-hang: 1/2] ci: Update to newer meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-meson-hang: 1/2] ci: Update to newer meson
- Date: Fri, 7 Jan 2022 09:59:41 +0000 (UTC)
commit 863c84407f7f6b3af170d00a316cabc2bac88a3d
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..a50f3efe6 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 --pre 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]