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:
type: integer
# It reports 36 cores and ninja goes with 38 currently, still randomly
# dies with 32. RAM fluctuates from 10 to 20 GB.
default: 24
# dies with 24. RAM fluctuates from 10 to 20 GB.
default: 16
steps:
- run:
name: Query CPU cores, default Ninja parallelism and available RAM, cap jobs

Loading…
Cancel
Save