[infra] Disable broken linux_musl Mono AOT cross-compiler jobs in .NET 8
#105549
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.
Description
After merging #105460 we discovered that both:
linux_musl-x64 release CrossAOT_Mono crossaotandlinux_musl-arm64 release CrossAOT_Mono crossaotare broken jobs i.e., they never produced cross compiler packages.
The only package they did publish is the one we disabled in #105460 so the jobs are now failing in the official build (https://dev.azure.com/dnceng/internal/_build/results?buildId=2502592&view=logs&j=a8ec8236-0fa3-5615-96d9-fad9a048e3ab&t=7c71d56b-eebb-5a41-c166-16134978d78b&l=9).
By looking back in time (to Oct-2023) these jobs never worked properly and since we did not receive any customer complaints we are just disabling them for .NET 8.
NOTE
FWIW this is properly fixed in .NET9 via: 7f81848 but was not backported.