qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] gitlab: run all jobs with QOM debugging enabled


From: Thomas Huth
Subject: Re: [PATCH 2/2] gitlab: run all jobs with QOM debugging enabled
Date: Fri, 21 Apr 2023 14:54:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 21/04/2023 14.41, Daniel P. Berrangé wrote:
The QMO cast debugging is designed to catch developer mistakes
and as such should always be enabled during CI runs.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.d/buildtest-template.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/buildtest-template.yml 
b/.gitlab-ci.d/buildtest-template.yml
index a6cfe9be97..9151dece6f 100644
--- a/.gitlab-ci.d/buildtest-template.yml
+++ b/.gitlab-ci.d/buildtest-template.yml
@@ -12,6 +12,7 @@
      - mkdir build
      - cd build
      - ../configure --enable-werror --disable-docs --enable-fdt=system
+          --enable-qom-cast-debug
            ${LD_JOBS:+--meson=git} ${TARGETS:+--target-list="$TARGETS"}
            $CONFIGURE_ARGS ||
        { cat config.log meson-logs/meson-log.txt && exit 1; }

No, it's better to always enable it again, since it was just switched off by accident in the past:

20230417130037.236747-3-thuth@redhat.com/">https://lore.kernel.org/qemu-devel/20230417130037.236747-3-thuth@redhat.com/

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]