Commit 01f9eda
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**: #778721 parent e1af48e commit 01f9eda
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
873 | 876 | | |
874 | 877 | | |
875 | 878 | | |
| |||
0 commit comments