Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ executors:
linux-python:
docker:
- image: cimg/python:3.10.7
environment:
EMCC_CORES: "4"
focal:
docker:
- image: emscripten/emscripten-ci:focal
environment:
LANG: "C.UTF-8"
EMCC_CORES: "4"
EMSDK_NOTTY: "1"
EMTEST_WASI_SYSROOT: "~/wasi-sdk/wasi-sysroot"
EMTEST_BUILD_VERBOSE: "2"
Expand Down Expand Up @@ -214,6 +211,7 @@ commands:
# Must be absolute path or relative path from working_directory
at: ~/
- checkout
- run: python3 -c "import multiprocessing; print(multiprocessing.cpu_count())"
- run:
name: submodule update
command: git submodule update --init
Expand Down Expand Up @@ -456,10 +454,10 @@ jobs:
# we want it to finish asap
resource_class: xlarge
environment:
EMCC_CORES: 16
EMCC_USE_NINJA: 1
steps:
- checkout
- run: python3 -c "import multiprocessing; print(multiprocessing.cpu_count())"
- run:
name: get wasmer
command: |
Expand Down