8000 GH-115976: Add WASI to CI by brettcannon · Pull Request #116516 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-115976: Add WASI to CI #116516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 11, 2024
Merged
Prev Previous commit
Next Next commit
Put tool versions together
  • Loading branch information
brettcannon committed Mar 8, 2024
commit 5eacc9a3d7d257979bc9296190c0a9a3a1235db6
2 changes: 1 addition & 1 deletion .github/workflows/reusable-wasi.yml
7A5A
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-20.04
env:
WASMTIME_VERSION: 18.0.2
WASI_SDK_VERSION: 20
WASI_SDK_PATH: /opt/wasi-sdk
WASMTIME_VERSION: 18.0.2
CROSS_BUILD_PYTHON: cross-build/build
CROSS_BUILD_WASI: cross-build/wasm32-wasi
steps:
Expand Down
0