mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-114736: Use WASI SDK 21 (GH-116771)
This commit is contained in:
parent
8c094c3095
commit
3a25d9c5a9
3 changed files with 5 additions and 4 deletions
4
.github/workflows/reusable-wasi.yml
vendored
4
.github/workflows/reusable-wasi.yml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
WASMTIME_VERSION: 18.0.2
|
||||
WASI_SDK_VERSION: 20
|
||||
WASMTIME_VERSION: 18.0.3
|
||||
WASI_SDK_VERSION: 21
|
||||
WASI_SDK_PATH: /opt/wasi-sdk
|
||||
CROSS_BUILD_PYTHON: cross-build/build
|
||||
CROSS_BUILD_WASI: cross-build/wasm32-wasi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue