OSDN Git Service

gitlab-ci: Only use one process in Windows jobs for compilation
authorThomas Huth <thuth@redhat.com>
Tue, 23 Aug 2022 11:20:36 +0000 (13:20 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 29 Aug 2022 13:28:51 +0000 (15:28 +0200)
commit5f2992fe1ec5594e5cf5b17d1a9979f46054a7cc
tree42ac6c9a73c4b87a80e641b91ec117047b2c45af
parent0285a0ec60484b2cfe0da1c39e992b8735675482
gitlab-ci: Only use one process in Windows jobs for compilation

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
job more deterministic for further investigations.

Message-Id: <20220825193323.104768-1-thuth@redhat.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml