[totem/wip/hadess/fix-meson-hang] XXX trace meson




commit 510d9f9030d92d4f053db37121fa5fd17058b7ff
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 7 10:56:33 2022 +0100

    XXX trace meson

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a50f3efe6..807d75a0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,8 @@ build-fedora:
     - 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
+    - which meson
+    - python3 -m trace --trace /usr/local/bin/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
     - ninja -C _build install
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build dist


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