mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
GH-120371: Add WASI SDK 22 support (GH-121870)
Required disabling stub functions now provided by wasi-libc.
This commit is contained in:
parent
e65cb4c6f0
commit
f589f263bc
4 changed files with 12 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM docker.io/library/fedora:40
|
|||
|
||||
ENV CC=clang
|
||||
|
||||
ENV WASI_SDK_VERSION=21
|
||||
ENV WASI_SDK_VERSION=22
|
||||
ENV WASI_SDK_PATH=/opt/wasi-sdk
|
||||
|
||||
ENV WASMTIME_HOME=/opt/wasmtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue