Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-24 Thread Alex Bennée
Peter Maydell writes: > On Tue, 22 Oct 2019 at 20:20, Alex Bennée wrote: >> >> The MacOS build can time out on Cirrus running to almost an hour. >> Reduce the scope to the historical MacOS architectures much the same >> way we do on Travis. >> >> Signed-off-by: Alex Bennée >> --- >>

Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-24 Thread Paolo Bonzini
On 24/10/19 11:02, Peter Maydell wrote: >> --- a/.cirrus.yml >> +++ b/.cirrus.yml >> @@ -1,5 +1,6 @@ >> env: >>CIRRUS_CLONE_DEPTH: 1 >> + MACOS_ARCHES: >> i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu > I don't know whether Cirrus is our long-term plan for doing > CI of

Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-24 Thread Peter Maydell
On Tue, 22 Oct 2019 at 20:20, Alex Bennée wrote: > > The MacOS build can time out on Cirrus running to almost an hour. > Reduce the scope to the historical MacOS architectures much the same > way we do on Travis. > > Signed-off-by: Alex Bennée > --- > .cirrus.yml | 3 ++- > 1 file changed, 2

Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-24 Thread Alex Bennée
Alex Bennée writes: > Thomas Huth writes: > >> - Original Message - >>> From: "Alex Bennée" >>> Sent: Tuesday, October 22, 2019 9:16:52 PM >>> >>> The MacOS build can time out on Cirrus running to almost an hour. >>> Reduce the scope to the historical MacOS architectures much the

Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-23 Thread Alex Bennée
Thomas Huth writes: > - Original Message - >> From: "Alex Bennée" >> Sent: Tuesday, October 22, 2019 9:16:52 PM >> >> The MacOS build can time out on Cirrus running to almost an hour. >> Reduce the scope to the historical MacOS architectures much the same >> way we do on Travis. > >

Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-23 Thread Thomas Huth
- Original Message - > From: "Alex Bennée" > Sent: Tuesday, October 22, 2019 9:16:52 PM > > The MacOS build can time out on Cirrus running to almost an hour. > Reduce the scope to the historical MacOS architectures much the same > way we do on Travis. Oh, really? For me, the builds on

[PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

2019-10-22 Thread Alex Bennée
The MacOS build can time out on Cirrus running to almost an hour. Reduce the scope to the historical MacOS architectures much the same way we do on Travis. Signed-off-by: Alex Bennée --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml