Browse Source

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

4
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"

Loading…
Cancel
Save