File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -169,21 +169,21 @@ jobs:
169169 with :
170170 os : ${{ matrix.os }}
171171
172- - name : build wasi-libc (needed for wasi-threads)
173- run : |
174- mkdir wasi-libc
175- cd wasi-libc
176- git init
177- # "Fix a_store operation in atomic.h" commit on main branch
178- git fetch https://github.com/WebAssembly/wasi-libc \
179- 1dfe5c302d1c5ab621f7abf04620fae92700fd22
180- git checkout FETCH_HEAD
181- make \
182- AR=/opt/wasi-sdk/bin/llvm-ar \
183- NM=/opt/wasi-sdk/bin/llvm-nm \
184- CC=/opt/wasi-sdk/bin/clang \
185- THREAD_MODEL=posix
186- working-directory : core/deps
172+ # - name: build wasi-libc (needed for wasi-threads)
173+ # run: |
174+ # mkdir wasi-libc
175+ # cd wasi-libc
176+ # git init
177+ # # "Fix a_store operation in atomic.h" commit on main branch
178+ # git fetch https://github.com/WebAssembly/wasi-libc \
179+ # 1dfe5c302d1c5ab621f7abf04620fae92700fd22
180+ # git checkout FETCH_HEAD
181+ # make \
182+ # AR=/opt/wasi-sdk/bin/llvm-ar \
183+ # NM=/opt/wasi-sdk/bin/llvm-nm \
184+ # CC=/opt/wasi-sdk/bin/clang \
185+ # THREAD_MODEL=posix
186+ # working-directory: core/deps
187187
188188 - name : install SGX SDK and necessary libraries
189189 run : |
You can’t perform that action at this time.
0 commit comments