qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] gitlab: show configure/make args before running


From: Richard Henderson
Subject: Re: [PATCH 2/2] gitlab: show configure/make args before running
Date: Fri, 4 Nov 2022 08:31:31 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 11/4/22 06:06, Stefan Hajnoczi wrote:
On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé <berrange@redhat.com> wrote:

When debugging failed jobs it is helpful to see the
full configure/make args used, without having to search
the gitlab config file to figure it out.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.d/buildtest-template.yml  |  4 ++++
  .gitlab-ci.d/crossbuild-template.yml | 15 +++++++++++++++
  2 files changed, 19 insertions(+)

On IRC Mark suggested sh -xc "$CMD" to avoid duplication. I'm not sure
how to get escaping right though.

set -x && ../configure ... ?


r~




reply via email to

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