mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (#116327)
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives * Add the configure changes * Update `wasm_build.py`
This commit is contained in:
parent
6cddc731fb
commit
7af063d1d8
6 changed files with 12 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ ENV WASI_SDK_VERSION=20
|
|||
ENV WASI_SDK_PATH=/opt/wasi-sdk
|
||||
|
||||
ENV WASMTIME_HOME=/opt/wasmtime
|
||||
ENV WASMTIME_VERSION=14.0.4
|
||||
ENV WASMTIME_VERSION=18.0.2
|
||||
ENV WASMTIME_CPU_ARCH=x86_64
|
||||
|
||||
RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf-command(builddep)' && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue