We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a80a7 commit 247bfebCopy full SHA for 247bfeb
.github/workflows/main.yml
@@ -67,6 +67,10 @@ jobs:
67
path: sysroot
68
69
- name: Build libc + threads
70
+ # Only build the thread-capable wasi-libc in the latest supported Clang
71
+ # version; the earliest version does not have all necessary builtins
72
+ # (e.g., `__builtin_wasm_memory_atomic_notify`).
73
+ if: matrix.clang_version != '10.0.0'
74
shell: bash
75
run: make -j4 THREAD_MODEL=posix
76
0 commit comments