Skip to content

Commit 05b501f

Browse files
committed
Disable wasm32-wasip1-threads as not buildable on macOS
1 parent f6eb58f commit 05b501f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/swift_build_support/swift_build_support/products/wasmswiftsdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def build(self, host_target):
232232
for swift_host_triple, clang_multiarch_triple, build_basename, build_sdk, has_pthread in [
233233
('wasm32-unknown-wasi', 'wasm32-wasi', 'wasmstdlib', True, False),
234234
# TODO: Include p1-threads in the Swift SDK once sdk-generator supports multi-target SDK
235-
('wasm32-unknown-wasip1-threads', 'wasm32-wasip1-threads',
236-
'wasmthreadsstdlib', False, True),
235+
# ('wasm32-unknown-wasip1-threads', 'wasm32-wasip1-threads',
236+
# 'wasmthreadsstdlib', False, True),
237237
]:
238238
stdlib_build_path = os.path.join(
239239
build_root, '%s-%s' % (build_basename, host_target))

0 commit comments

Comments
 (0)