Skip to content

Commit e4e5735

Browse files
update to set single threaded
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent b929996 commit e4e5735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyodide.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
cd src/api/python
4343
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
4444
env:
45-
CFLAGS: "-fexceptions -pthread -s USE_PTHREADS=1 -s DISABLE_EXCEPTION_CATCHING=0"
46-
LDFLAGS: "-fexceptions -pthread"
45+
CFLAGS: "-fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
46+
LDFLAGS: "-fexceptions"
4747

4848
- name: Setup env-pyodide
4949
run: |

0 commit comments

Comments
 (0)