Skip to content

Commit 8c70d3c

Browse files
Merge pull request #3631 from swiftwasm/katei/enable-concurrency-test-5.5
[5.5] [ci] Enable Concurrency Runtime tests on CI
2 parents 2eb1aa9 + 5f14d61 commit 8c70d3c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

cmake/caches/Runtime-WASI-wasm32.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ set(SWIFT_STDLIB_ENABLE_THINCMO YES CACHE BOOL "")
2727
# build with the host compiler
2828
set(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 "")

utils/webassembly/build-presets.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#===----------------------------------------------------------------------===#
44

55
[preset: webassembly]
6-
sccache
76
skip-build-benchmarks
87
llvm-targets-to-build=X86;AArch64;WebAssembly
98
swift-darwin-supported-archs=%(HOST_ARCHITECTURE)s

0 commit comments

Comments
 (0)