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

2022-11-04 Thread Daniel P . Berrangé
On Fri, Nov 04, 2022 at 08:31:31AM +1100, Richard Henderson wrote: > On 11/4/22 06:06, Stefan Hajnoczi wrote: > > On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé wrote: > > > > > > When debugging failed jobs it is helpful to see the > > > full configure/make args used, without having to search >

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

2022-11-03 Thread Richard Henderson
On 11/4/22 06:06, Stefan Hajnoczi wrote: On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé 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é --- .gitlab

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

2022-11-03 Thread Stefan Hajnoczi
On Thu, 3 Nov 2022 at 13:30, Daniel P. Berrangé 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é > --- > .gitlab-ci.d/buildtest-template.yml |

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

2022-11-03 Thread Daniel P . Berrangé
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é --- .gitlab-ci.d/buildtest-template.yml | 4 .gitlab-ci.d/crossbuild-template.yml | 15 +++ 2