diff options
author | Brett Cannon <brett@python.org> | 2024-07-16 20:00:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 20:00:39 (GMT) |
commit | f589f263bcb54332e47bfc76cbb06f775e82b778 (patch) | |
tree | be0c344031a96a87c275f570d03274c3ca0f0261 /.github/workflows/reusable-wasi.yml | |
parent | e65cb4c6f01a687f451ad9db1600525e1c5832c4 (diff) | |
download | cpython-f589f263bcb54332e47bfc76cbb06f775e82b778.zip cpython-f589f263bcb54332e47bfc76cbb06f775e82b778.tar.gz cpython-f589f263bcb54332e47bfc76cbb06f775e82b778.tar.bz2 |
GH-120371: Add WASI SDK 22 support (GH-121870)
Required disabling stub functions now provided by wasi-libc.
Diffstat (limited to '.github/workflows/reusable-wasi.yml')
-rw-r--r-- | .github/workflows/reusable-wasi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-wasi.yml b/.github/workflows/reusable-wasi.yml index db6c04e..ffa143b 100644 --- a/.github/workflows/reusable-wasi.yml +++ b/.github/workflows/reusable-wasi.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 env: WASMTIME_VERSION: 22.0.0 - WASI_SDK_VERSION: 21 + WASI_SDK_VERSION: 22 WASI_SDK_PATH: /opt/wasi-sdk CROSS_BUILD_PYTHON: cross-build/build CROSS_BUILD_WASI: cross-build/wasm32-wasi |