Skip to content

Commit

Permalink
ci: bump to Pyodide 3.12 (#938)
Browse files Browse the repository at this point in the history
* ci: bump to Pyodide 3.12

Signed-off-by: Henry Schreiner <[email protected]>

* ci: work around noisy pyodide config

Signed-off-by: Henry Schreiner <[email protected]>

* Apply suggestions from code review

* Update .github/workflows/emscripten.yaml

* refactor: try pyproject.toml

* Update pyproject.toml

* Update pyproject.toml

* Apply suggestions from code review

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jun 8, 2024
1 parent 8f5ab80 commit ccda481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Install pyodide-build
run: |
pip install pyodide-build==0.25.1
pip install pyodide-build==0.26.1
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v14
Expand All @@ -39,7 +39,7 @@ jobs:
actions-cache-folder: emsdk-cache

- name: Build
run: CFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build --exports whole_archive
run: CXXFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build --exports whole_archive

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ccda481

Please sign in to comment.