From b7876ed1cf710d1f76aeab4a3fca6200ff2e9526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 16 Jan 2022 10:09:05 +0100 Subject: [PATCH] package/ci: reduce parallelism in the linux static build. Uh oh, do I have my files too large now? --- package/ci/circleci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 43a89f2cb..50e113237 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -322,10 +322,10 @@ 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. + # 24 is not enough, unlike the other GCC-based builds # TODO: revisit when we get rid of more STL - - cap-ninja-jobs + - cap-ninja-jobs: + count: 20 - install-gcc-4_8 - install-cmake-3_4 - setup-null-openal-driver