Re: [PATCH] gitlab-ci: Only use one process in Windows jobs for compilation

2022-08-26 Thread Bin Meng
On Fri, Aug 26, 2022 at 3:33 AM Thomas Huth wrote: > > The Windows jobs are currently aborting at weird places - and > there's the suspicion that it's due to memory constraints in > the Windows containers. Let's switch to single-threaded compilation > to decrease the pressure on the memory load,

[PATCH] gitlab-ci: Only use one process in Windows jobs for compilation

2022-08-25 Thread Thomas Huth
The Windows jobs are currently aborting at weird places - and there's the suspicion that it's due to memory constraints in the Windows containers. Let's switch to single-threaded compilation to decrease the pressure on the memory load, and to make the jobs more deterministic for further