Browse Source

package/ci: I'm tired of Emscripten builds randomly failing.

Let's reduce the parallelism even more. SIGH.
pull/537/head
Vladimír Vondruš 5 years ago
parent
commit
1beb2edb64
  1. 4
      package/ci/circleci.yml

4
package/ci/circleci.yml

@ -55,8 +55,8 @@ commands:
count: count:
type: integer type: integer
# It reports 36 cores and ninja goes with 38 currently, still randomly # It reports 36 cores and ninja goes with 38 currently, still randomly
# dies with 32. RAM fluctuates from 10 to 20 GB. # dies with 24. RAM fluctuates from 10 to 20 GB.
default: 24 default: 16
steps: steps:
- run: - run:
name: Query CPU cores, default Ninja parallelism and available RAM, cap jobs name: Query CPU cores, default Ninja parallelism and available RAM, cap jobs

Loading…
Cancel
Save