[backport/9.0-staging] Disable WASI CI#128775
Draft
Copilot wants to merge 1 commit into
Draft
Conversation
Co-authored-by: maraf <10020471+maraf@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
pavelsavara
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main PR #117936
Contributes to #128772
Description
wasm-ldfrom wasi-sdk is dynamically linked againstlibxml2.so.2, which was renamed tolibxml2.so.16in Ubuntu 26.04 (introduced via #126528). This breaks all WASI CI jobs on 9.0-staging. .NET 10 disabled WASI CI in #117936; this ports the CI-only portion of that fix to 9.0.eng/pipelines/runtime.yml:wasi_wasmfrom the MonoAOTOffsets platform listwasifromMonoCrossAOTTargetOSandmonoCrossAOTTargetOSin all three CrossAOT_Mono jobs (linux, windows, macOS)build_wasi_wasm_linux_release_MonoAOTOffsetsfrom theirdependsOnlistseng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml:simple-wasm-build-tests, and optional WASI library testsUnlike #117936, the
FailBuildMSBuild target is not added — only CI pipeline entries are disabled.Customer Impact
WASI CI is currently broken on 9.0-staging, blocking rolling builds. No customer-facing runtime behavior changes.
Regression
Yes — introduced by #126528 (Ubuntu 26.04 image update).
Testing
CI-only change; no code logic modified. Validated that no active
wasi/wasi_wasmreferences remain in the affected pipeline files.Risk
Low. Commenting out CI jobs that are already failing. No production code or build targets touched.
Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.