Browse Source

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.
pull/570/head
Vladimír Vondruš 4 years ago
parent
commit
b6739751d2
  1. 7
      package/ci/circleci.yml

7
package/ci/circleci.yml

@ -276,10 +276,11 @@ jobs:
steps: steps:
- install-base-linux: - install-base-linux:
extra: libgl1-mesa-dev libsdl2-dev libglfw3-dev libopenal-dev libvulkan-dev 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 # In this case it gets stuck even with 24 jobs. Only on GCC, usually when
# TradeAbstractImporterTest / TradeMaterialDataTest get involved. # the huge TradeAbstractImporterTest / TradeMaterialDataTest get involved.
# TODO: revisit when we get rid of more STL # TODO: revisit when we get rid of more STL
- cap-ninja-jobs - cap-ninja-jobs:
count: 20
- install-gcc-4_8 - install-gcc-4_8
- install-cmake: - install-cmake:
version: "3.4.3" version: "3.4.3"

Loading…
Cancel
Save