Skip to content

Commit

Permalink
Disable the wasi-aot-library tests on windows (dotnet#101827)
Browse files Browse the repository at this point in the history
The clang in the wasi-sdk is a 32bit exe and it is
failing to do aot compilation correctly so disable
the lane until that is fixed

dotnet#101533
  • Loading branch information
lewing authored and Ruihan-Yin committed May 30, 2024
1 parent 3b243a2 commit c0d981d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ extends:
- browser_wasm
- browser_wasm_win
- wasi_wasm
- wasi_wasm_win
nameSuffix: _Smoke_AOT
runAOT: true
shouldRunSmokeOnly: true
Expand Down

0 comments on commit c0d981d

Please sign in to comment.