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:
137
137
TARGET_STDLIB_BUILD_DIR=${{ github.workspace }}/target-build/swift-stdlib-wasi-wasm32
138
138
./swift/utils/run-test --build-dir "$TARGET_STDLIB_BUILD_DIR" --target wasi-wasm32 \
139
139
"$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"
140
142
141
143
- name : Run all tests for wasi-wasm32
142
144
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 "")
27
27
# build with the host compiler
28
28
set (SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER YES CACHE BOOL "" )
29
29
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 3
3
# ===----------------------------------------------------------------------===#
4
4
5
5
[preset: webassembly]
6
- sccache
7
6
skip-build-benchmarks
8
7
llvm-targets-to-build =X86; AArch64;WebAssembly
9
8
swift-darwin-supported-archs =%(HOST_ARCHITECTURE)s
You can’t perform that action at this time.
0 commit comments