Uh oh!
There was an error while loading. Please reload this page.
[release/8.0-staging] Disable WASI CI - #128858
Conversation
Backport of #128775 wasm-ld from wasi-sdk is dynamically linked against libxml2.so.2, which was renamed to libxml2.so.16 in Ubuntu 26.04. This breaks all WASI CI jobs. Disable them by commenting out the pipeline entries. Contributes to #128772 Co-authored-by: maraf <10020471+maraf@users.noreply.github.com>
Tagging subscribers to 'arch-wasm': @lewing, @pavelsavara |
There was a problem hiding this comment.
Pull request overview
Disables WASI-related CI jobs in the 8.0-staging pipelines to unblock CI after the Ubuntu 26.04 image update (wasi-sdk wasm-ld dependency on libxml2.so.2) caused persistent failures.
Changes:
- Commented out WASI smoke test legs in the main runtime pipeline.
- Commented out WASI smoke tests, simple WASM build tests, and optional WASI library tests in the extra-platforms WASM pipeline.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Comments out the WASI/WASM smoke and simple build test template invocations to stop scheduling broken WASI legs. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml | Comments out WASI smoke tests, simple build tests, and optional WASI library tests to fully disable WASI coverage in extra-platforms WASM. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pavelsavara
commented
Jun 1, 2026
@akoeplinger tell mode please (once it passes build) |
akoeplinger
commented
Jun 1, 2026
disabling experiment wasi CI, infrastructure change only, Servicing-approved. |
akoeplinger
commented
Jun 1, 2026
/ba-g unrelated infrastructure issues |
main PR #128775
Description
Backport of the WASI CI disable from 9.0-staging to 8.0-staging.
wasm-ldfrom wasi-sdk dynamically linkslibxml2.so.2, renamed tolibxml2.so.16in Ubuntu 26.04, breaking all WASI CI jobs.Contributes to #128772
eng/pipelines/runtime.yml: Comment out WASI smoke tests andsimple-wasm-build-testseng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml: Comment out WASI smoke tests,simple-wasm-build-tests, and optional WASI library testsCustomer Impact
None. WASI CI is already broken; no runtime behavior changes.
Regression
Yes — introduced by Ubuntu 26.04 image update (libxml2 soname change).
Testing
CI-only change. Verified no uncommented
wasi/wasi_wasmreferences remain in affected pipeline files.Risk
Low. Disabling CI jobs that are already failing. No production code touched.
Package authoring signed off?
N/A — no package changes.