[totem/wip/hadess/fix-meson-hang] XXX trace meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-meson-hang] XXX trace meson
- Date: Fri, 7 Jan 2022 14:42:56 +0000 (UTC)
commit a3c028d82f9b9018a3a1c14cfee0618228d2a589
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 7 10:56:33 2022 +0100
XXX trace meson
.gitlab-ci.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a50f3efe6..b8d345965 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,14 +43,15 @@ build-fedora:
image: fedora:latest
stage: test
before_script:
- - dnf install -y $FEDORA_DEPS
+ - dnf install -y $FEDORA_DEPS coreutils
# 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
+ - mkdir -p ${CI_PROJECT_DIR}/_build/meson-logs
+ - timeout 600 python3 -m trace --trace -g /usr/local/bin/meson _build -Dhelp=true -Denable-gtk-doc=true
-Denable-easy-codec-installation=yes -Denable-python=yes -Dprofile=default >
${CI_PROJECT_DIR}/_build/meson-logs/trace-log.txt
- 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]