Skip to content

Commit

Permalink
Disable the wasi-aot-library tests on windows
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 committed May 2, 2024
1 parent 7cde9aa commit 77fd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/wasm-library-aot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- WasmTestOnV8
- ${{ if eq(platform, 'browser_wasm_win') }}:
- WasmTestOnChrome
- ${{ if or(eq(platform, 'wasi_wasm_win'), eq(platform, 'wasi_wasm')) }}:
- ${{ if eq(platform, 'wasi_wasm') }}:
- WasmTestOnWasmtime

0 comments on commit 77fd4bd

Please sign in to comment.