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




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

    XXX trace meson

 .gitlab-ci.yml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9174ae72f..fc42b6c54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,10 +39,10 @@ variables:
       xorg-x11-server-Xvfb
 
 build-fedora:
-  image: fedora:34
+  image: fedora:35
   stage: test
   before_script:
-    - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
+    - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS coreutils tree
     # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
     - dnf remove -y pylint
     # Update meson
@@ -50,7 +50,12 @@ build-fedora:
     - dnf install -y python3-pip
     - pip3 install --pre meson
   script:
-    - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes 
-Denable-python=yes -Dprofile=default
+    - mkdir -p ${CI_PROJECT_DIR}/_build/meson-logs
+    - meson setup _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes 
-Denable-python=yes -Dprofile=default &
+    - sleep 60
+    - tree _build/
+    - killall -9 meson
+    - exit 1
     - 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]