Skip to content

Commit 2f24a36

Browse files
committedMar 28, 2022
Disable the headerstest test.
1 parent 69af727 commit 2f24a36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ jobs:
6363
name: ${{ format( 'sysroot-{0}.tgz', matrix.os) }}
6464
path: sysroot
6565

66+
# Disable the headerstest job for now, while WASI transitions from the
67+
# witx snapshots to wit proposals, and we have a few manual edits to the
68+
# generated header to make life easier for folks.
6669
headerstest:
70+
if: ${{ false }} # Disable the headers test for now.
6771
name: wasi-headers test
6872
runs-on: ${{ matrix.os }}
6973
strategy:

0 commit comments

Comments
 (0)
Please sign in to comment.