Skip to content

Commit

Permalink
update to set single threaded
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Nov 16, 2024
1 parent b929996 commit e4e5735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
cd src/api/python
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
env:
CFLAGS: "-fexceptions -pthread -s USE_PTHREADS=1 -s DISABLE_EXCEPTION_CATCHING=0"
LDFLAGS: "-fexceptions -pthread"
CFLAGS: "-fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
LDFLAGS: "-fexceptions"

- name: Setup env-pyodide
run: |
Expand Down

0 comments on commit e4e5735

Please sign in to comment.