From c6c35035f817323dacf0946965a4664e7eabd165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 30 Aug 2022 20:40:38 +0200 Subject: [PATCH] package/ci: further reduce ES3 build parallelism. ARGH, I really need to start wrapping up the release so I can get rid of all the compatibility STL includes. --- package/ci/circleci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 939233540..319ab6f86 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -357,11 +357,11 @@ jobs: steps: - install-base-linux: extra: libsdl2-dev libglfw3-dev wget unzip - # In this case it gets stuck even with 24 jobs. Only on GCC, usually when + # In this case it gets stuck even with 20 jobs. Only on GCC, usually when # the huge TradeAbstractImporterTest / TradeMaterialDataTest get involved. # TODO: revisit when we get rid of more STL / deprecated includes - cap-ninja-jobs: - count: 20 + count: 16 - install-gcc-4_8 - install-cmake: version: "3.4.3"