Skip to content

Commit 77fd4bd

Browse files
committed
Disable the wasi-aot-library tests on windows
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 #101533
1 parent 7cde9aa commit 77fd4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/templates/wasm-library-aot-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- WasmTestOnV8
3636
- ${{ if eq(platform, 'browser_wasm_win') }}:
3737
- WasmTestOnChrome
38-
- ${{ if or(eq(platform, 'wasi_wasm_win'), eq(platform, 'wasi_wasm')) }}:
38+
- ${{ if eq(platform, 'wasi_wasm') }}:
3939
- WasmTestOnWasmtime

0 commit comments

Comments
 (0)