Skip to content

Commit 231248d

Browse files
Update pyodide.yml
1 parent 329e1dd commit 231248d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyodide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
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}
3535

3636
- name: Build Z3
37-
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
37+
run: source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions -pthread -s WASM_BIGINT -s USE_PTHREADS=1 PTHREAD_POOL_SIZE=0 -s PTHREAD_POOL_SIZE_STRICT=0 -s MODULARIZE=1 -s DISABLE_EXCEPTION_CATCHING=0 -s SAFE_HEAP=0 -s DEMANGLE_SUPPORT=1" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive
3838

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

0 commit comments

Comments
 (0)