mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-06 00:02:40 +02:00
Temporarily disable wasi tests in CI
`cc` for WASI from nixpkgs is currently broken.
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -149,7 +149,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
example: [cross-aarch64, cross-wasi, cross-mingw]
|
||||
# `wasm32-wasi-stage-final-gcc` is currently broken.
|
||||
# https://github.com/oxalica/rust-overlay/runs/5247844387
|
||||
# example: [cross-aarch64, cross-wasi, cross-mingw]
|
||||
example: [cross-aarch64, cross-mingw]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user