Skip to content

Commit

Permalink
Update to EMSDK 3.1.21 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran authored Sep 10, 2022
1 parent 12f70e0 commit dcf487f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/emsdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
fail-fast: false
matrix:
emsdk_version:
# 3.1.19 passes all tests
- "3.1.19"
# latest == 3.1.20 is broken
#- latest
# latest == 3.1.21 passes all tests
- latest
# tot is tip-of-tree
- tot-upstream
python_version:
Expand All @@ -37,9 +35,7 @@ jobs:
- node-pthreads
- wasm64-node
exclude:
# wasm64-node only on tot-upstream + main
- flavor: wasm64-node
emsdk_version: latest
# wasm64-node only on main
- flavor: wasm64-node
python_version: 3.11
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "Python release tag"
emsdk_version:
required: true
default: "3.1.19"
default: "3.1.21"
description: "Emscripten SDK version"
wasisdk_version:
required: true
Expand Down

0 comments on commit dcf487f

Please sign in to comment.