Skip to content

Commit 925ad6d

Browse files
authored
CI: include wasi-threads in the sysroot (#458)
1 parent 5a69318 commit 925ad6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ jobs:
108108
# which is required by our malloc implementation.
109109
if: matrix.os == 'ubuntu-latest' && matrix.clang_version != '10.0.0'
110110

111-
- uses: actions/upload-artifact@v1
112-
with:
113-
# Upload the sysroot folder. Give it a name according to the OS it was built for.
114-
name: ${{ format( 'sysroot-{0}.tgz', matrix.os) }}
115-
path: sysroot
116-
117111
- name: Build libc + threads
118112
# Only build the thread-capable wasi-libc in the latest supported Clang
119113
# version; the earliest version does not have all necessary builtins
@@ -122,6 +116,12 @@ jobs:
122116
shell: bash
123117
run: make -j4 THREAD_MODEL=posix
124118

119+
- uses: actions/upload-artifact@v1
120+
with:
121+
# Upload the sysroot folder. Give it a name according to the OS it was built for.
122+
name: ${{ format( 'sysroot-{0}.tgz', matrix.os) }}
123+
path: sysroot
124+
125125
# Disable the headerstest job for now, while WASI transitions from the
126126
# witx snapshots to wit proposals, and we have a few manual edits to the
127127
# generated header to make life easier for folks.

0 commit comments

Comments
 (0)