Skip to content

Commit

Permalink
Update pyodide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Nov 16, 2024
1 parent aab6c1e commit 329e1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: git clone https://github.com/emscripten-core/emsdk.git ~/emsdk && cd ~/emsdk && PYODIDE_EMSCRIPTEN_VERSION=$(~/env/bin/pyodide config get emscripten_version) && ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION} && ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}

- name: Build Z3
run: source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions -s PTHREAD_POOL_SIZE=0 -s PTHREAD_POOL_SIZE_STRICT=0 -s MODULARIZE=1 -pthread-s WASM_BIGINT -s USE_PTHREADS=1" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive
run: source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions 0 -s MODULARIZE=1 -pthread -s WASM_BIGINT -s USE_PTHREADS=1" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive

- name: Setup env-pyodide
run: source ~/env/bin/activate && source ~/emsdk/emsdk_env.sh && pyodide venv ~/env-pyodide
Expand Down

0 comments on commit 329e1dd

Please sign in to comment.