File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ jobs:
137137 TARGET_STDLIB_BUILD_DIR=${{ github.workspace }}/target-build/swift-stdlib-wasi-wasm32
138138 ./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
139139 "$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/stdlib"
140+ ./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
141+ "$TARGET_STDLIB_BUILD_DIR/test-wasi-wasm32/Concurrency/Runtime"
140142
141143 - name : Run all tests for wasi-wasm32
142144 if : ${{ matrix.run_full_test }}
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ set(SWIFT_STDLIB_ENABLE_THINCMO YES CACHE BOOL "")
2727# build with the host compiler
2828set (SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER YES CACHE BOOL "" )
2929
30- set (SWIFT_STDLIB_SINGLE_THREADED_RUNTIME YES CACHE BOOL "" )
30+ set (SWIFT_STDLIB_SINGLE_THREADED_RUNTIME TRUE CACHE BOOL "" )
Original file line number Diff line number Diff line change 33# ===----------------------------------------------------------------------===#
44
55[preset: webassembly]
6- sccache
76skip-build-benchmarks
87llvm-targets-to-build =X86; AArch64;WebAssembly
98swift-darwin-supported-archs =%(HOST_ARCHITECTURE)s
You can’t perform that action at this time.
0 commit comments