From b6739751d2ab957bfc171177bb60d87ed4deb06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 8 Jun 2022 09:47:56 +0200 Subject: [PATCH] package/ci: further reduce parallelism on the main Linux job. Somehow it gets stuck in 90% of the way and then is killed ten minutes later. --- package/ci/circleci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index fde56d07c..7d55a62c7 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -276,10 +276,11 @@ jobs: steps: - install-base-linux: extra: libgl1-mesa-dev libsdl2-dev libglfw3-dev libopenal-dev libvulkan-dev - # It crashes with the default setting. Only on GCC, usually when the huge - # TradeAbstractImporterTest / TradeMaterialDataTest get involved. + # In this case it gets stuck even with 24 jobs. Only on GCC, usually when + # the huge TradeAbstractImporterTest / TradeMaterialDataTest get involved. # TODO: revisit when we get rid of more STL - - cap-ninja-jobs + - cap-ninja-jobs: + count: 20 - install-gcc-4_8 - install-cmake: version: "3.4.3"