Skip to content

Commit 79ebfa4

Browse files
committed
Increase circleci parallelism
1 parent 8764744 commit 79ebfa4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ executors:
1010
linux-python:
1111
docker:
1212
- image: cimg/python:3.10.7
13-
environment:
14-
EMCC_CORES: "4"
1513
focal:
1614
docker:
1715
- image: emscripten/emscripten-ci:focal
1816
environment:
1917
LANG: "C.UTF-8"
20-
EMCC_CORES: "4"
2118
EMSDK_NOTTY: "1"
2219
EMTEST_WASI_SYSROOT: "~/wasi-sdk/wasi-sysroot"
2320
EMTEST_BUILD_VERBOSE: "2"
@@ -214,6 +211,7 @@ commands:
214211
# Must be absolute path or relative path from working_directory
215212
at: ~/
216213
- checkout
214+
- run: python3 -c "import multiprocessing; print(multiprocessing.cpu_count())"
217215
- run:
218216
name: submodule update
219217
command: git submodule update --init
@@ -456,10 +454,10 @@ jobs:
456454
# we want it to finish asap
457455
resource_class: xlarge
458456
environment:
459-
EMCC_CORES: 16
460457
EMCC_USE_NINJA: 1
461458
steps:
462459
- checkout
460+
- run: python3 -c "import multiprocessing; print(multiprocessing.cpu_count())"
463461
- run:
464462
name: get wasmer
465463
command: |

0 commit comments

Comments
 (0)