mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-140475: Support WASI SDK 25 (#140477)
As well, bump the version of Wasmtime used in CI.
This commit is contained in:
parent
b3b0d75069
commit
e5f4299f13
3 changed files with 4 additions and 3 deletions
4
.github/workflows/reusable-wasi.yml
vendored
4
.github/workflows/reusable-wasi.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
WASMTIME_VERSION: 22.0.0
|
WASMTIME_VERSION: 38.0.2
|
||||||
WASI_SDK_VERSION: 24
|
WASI_SDK_VERSION: 25
|
||||||
WASI_SDK_PATH: /opt/wasi-sdk
|
WASI_SDK_PATH: /opt/wasi-sdk
|
||||||
CROSS_BUILD_PYTHON: cross-build/build
|
CROSS_BUILD_PYTHON: cross-build/build
|
||||||
CROSS_BUILD_WASI: cross-build/wasm32-wasip1
|
CROSS_BUILD_WASI: cross-build/wasm32-wasip1
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Support WASI SDK 25.
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
b"# Required to statically build extension modules."
|
b"# Required to statically build extension modules."
|
||||||
)
|
)
|
||||||
|
|
||||||
WASI_SDK_VERSION = 24
|
WASI_SDK_VERSION = 25
|
||||||
|
|
||||||
WASMTIME_VAR_NAME = "WASMTIME"
|
WASMTIME_VAR_NAME = "WASMTIME"
|
||||||
WASMTIME_HOST_RUNNER_VAR = f"{{{WASMTIME_VAR_NAME}}}"
|
WASMTIME_HOST_RUNNER_VAR = f"{{{WASMTIME_VAR_NAME}}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue