Skip to content

Commit 01f9eda

Browse files
authored
CI: Include stdlib build for Wasm in the Linux buildbot (#77949)
* **Explanation**: "Swift Test Linux Platform" jobs on ci.swift.org required as PR checks should cross-compile and run tests for WebAssembly. Effectively, what was previously an optional `@swift-ci test webassembly` trigger should become an implicit and required part of PR testing to prevent occasional regressions in Wasm and WASI support. * **Scope**: Only affects the WASI platform * **Risk**: Low. It increases job run time by ~10% and this platform has active maintainers. * **Testing**: stdlib test suite is now enabled. * **Issue**: N/A * **Reviewer**: @shahmishal * **Main branch PR**: #77872
1 parent e1af48e commit 01f9eda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,9 @@ build-swift-static-sdk-overlay
870870
build-swift-stdlib-unittest-extra
871871
build-embedded-stdlib-cross-compiling
872872

873+
wasmkit
874+
build-wasm-stdlib
875+
873876
# Executes the lit tests for the installable package that is created
874877
# Assumes the swift-integration-tests repo is checked out
875878

0 commit comments

Comments
 (0)