Skip to content

Commit c7c22dc

Browse files
Disable SIMD when building numcodecs
1 parent e131867 commit c7c22dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/emscripten.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
permissions:
26-
contents: read # to fetch code (actions/checkout)
26+
contents: read
2727

2828
jobs:
2929
build_wasm_emscripten:
@@ -76,6 +76,9 @@ jobs:
7676
submodules: recursive
7777
persist-credentials: false
7878
fetch-depth: 0
79+
env:
80+
DISABLE_NUMCODECS_AVX2: 1
81+
DISABLE_NUMCODECS_SSE2: 1
7982

8083
- name: Build numcodecs for WASM
8184
run: pyodide build

0 commit comments

Comments
 (0)