Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-08-23 Thread Thomas Huth
On 22/08/2022 16.39, 罗勇刚(Yonggang Luo) wrote: After digging, it seems to be a memory issue, cirrus also uses 8gb, that's rather weird... If it's a memory issue, it might help to remove the "-j2" from the invocation of "make", so that only one file is compiled at once...? Thomas

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-08-22 Thread Yonggang Luo
After digging, it seems to be a memory issue, cirrus also uses 8gb, that's rather weird... On Mon, Aug 22, 2022 at 6:02 PM Daniel P. Berrangé wrote: > > On Fri, Aug 19, 2022 at 09:50:20AM +0200, Thomas Huth wrote: > > On 16/08/2022 20.53, 罗勇刚(Yonggang Luo) wrote: > > > I have reason to think that

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-08-22 Thread Daniel P . Berrangé
On Fri, Aug 19, 2022 at 09:50:20AM +0200, Thomas Huth wrote: > On 16/08/2022 20.53, 罗勇刚(Yonggang Luo) wrote: > > I have reason to think that's msys2-64 bit failed because out of memory > > > > I tried to show the memory size of the windows docker, it's result > > are 6224352KB, that's less than 6G

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-08-19 Thread Thomas Huth
On 16/08/2022 20.53, 罗勇刚(Yonggang Luo) wrote: I have reason to think that's msys2-64 bit failed because out of memory I tried to show the memory size of the windows docker, it's result are 6224352KB, that's less than 6GB? https://gitlab.com/lygstate/qemu/-/jobs/2891399652

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-08-16 Thread Yonggang Luo
I have reason to think that's msys2-64 bit failed because out of memory I tried to show the memory size of the windows docker, it's result are 6224352KB, that's less than 6GB? https://gitlab.com/lygstate/qemu/-/jobs/2891399652 Can we increase the memory size to 16GB On Sat, Jul 30, 2022 at 3:24

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-07-29 Thread Richard Henderson
On 7/28/22 13:04, Yonggang Luo wrote: Signed-off-by: Yonggang Luo --- .cirrus.yml | 2 +- .gitlab-ci.d/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Thanks. Applied to master as a hot-fix. r~

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-07-29 Thread Alex Bennée
Yonggang Luo writes: > Signed-off-by: Yonggang Luo > --- > .cirrus.yml | 2 +- > .gitlab-ci.d/windows.yml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Queued to testing/next, thanks. -- Alex Bennée

Re: [PATCH v2] ci: Upgrade msys2 release to 20220603

2022-07-28 Thread Bin Meng
On Fri, Jul 29, 2022 at 4:04 AM Yonggang Luo wrote: > > Signed-off-by: Yonggang Luo > --- > .cirrus.yml | 2 +- > .gitlab-ci.d/windows.yml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng