Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/18/21 11:45 AM, Mark Cave-Ayland wrote: > On 18/08/2021 10:29, Daniel P. Berrangé wrote: >> On Wed, Aug 18, 2021 at 10:15:47AM +0100, Mark Cave-Ayland wrote: >>> On 10/08/2021 15:06, Daniel P. Berrangé wrote: >>> We need to cut down compile time by excluding more targets. Both these

Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-18 Thread Mark Cave-Ayland
On 18/08/2021 10:29, Daniel P. Berrangé wrote: On Wed, Aug 18, 2021 at 10:15:47AM +0100, Mark Cave-Ayland wrote: On 10/08/2021 15:06, Daniel P. Berrangé wrote: We need to cut down compile time by excluding more targets. Both these targets still have their 64-bit variant enabled, so the loss o

Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-18 Thread Daniel P . Berrangé
On Wed, Aug 18, 2021 at 10:15:47AM +0100, Mark Cave-Ayland wrote: > On 10/08/2021 15:06, Daniel P. Berrangé wrote: > > > We need to cut down compile time by excluding more targets. Both these > > targets still have their 64-bit variant enabled, so the loss of coverage > > is mitigated to some degr

Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-18 Thread Mark Cave-Ayland
On 10/08/2021 15:06, Daniel P. Berrangé wrote: We need to cut down compile time by excluding more targets. Both these targets still have their 64-bit variant enabled, so the loss of coverage is mitigated to some degree. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.d/crossbuild-template.y

Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-10 Thread Philippe Mathieu-Daudé
+Mark/Artyom On 8/10/21 4:06 PM, Daniel P. Berrangé wrote: > We need to cut down compile time by excluding more targets. Both these > targets still have their 64-bit variant enabled, so the loss of coverage > is mitigated to some degree. > > Signed-off-by: Daniel P. Berrangé > --- > .gitlab-ci.

Re: [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-10 Thread Willian Rampazzo
On Tue, Aug 10, 2021 at 11:07 AM Daniel P. Berrangé wrote: > > We need to cut down compile time by excluding more targets. Both these > targets still have their 64-bit variant enabled, so the loss of coverage > is mitigated to some degree. > > Signed-off-by: Daniel P. Berrangé > --- > .gitlab-ci

[PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from cross builds

2021-08-10 Thread Daniel P . Berrangé
We need to cut down compile time by excluding more targets. Both these targets still have their 64-bit variant enabled, so the loss of coverage is mitigated to some degree. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.d/crossbuild-template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 dele