On Fri, Aug 26, 2022 at 3:33 AM Thomas Huth <th...@redhat.com> 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, and to make the > jobs more deterministic for further investigations. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > .gitlab-ci.d/windows.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> Could it be possibly caused by the windows version of meson? I once saw the same build failure [1] on one Windows host with 64GiB memory so I think it is not due to memory constraints on the build host. [1] https://gitlab.com/stsquad/qemu/-/jobs/2765579267