-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/9.0-staging] Re-enable skiasharp WBT tests (#109232) #110734
[release/9.0-staging] Re-enable skiasharp WBT tests (#109232) #110734
Conversation
* [wasm] Re-enable skiasharp WBT tests * Disable Debug/AOT combination That would trigger build error, because we don't support that combination anymore * Change order of native libs Put NativeFileReference files after the runtime libs. This server as a workaround of dotnet#109289 * Update llvm, emsdk and icu deps * Revert "Change order of native libs" This reverts commit e320fd6.
Tagging subscribers to this area: @akoeplinger, @matouskozak |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is WASI down? Apart from that, approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we can take this as tell mode. once ready this can be merged
@radekdoulik is this ready to merge? It would be nice to have these test fixes included in the release to get cleaner CI results in the base and internal branches. |
yeah, it is ready. the re-enabled tests pass, so this should make CI happy and confirm the llvm changes are in place and working. |
Backport of #109232 to release/9.0-staging
Customer Impact
The linker problem, which was found internally when re-enabling skiasharp tests. The problem was already resolved by the llvm update in #110409
Regression
Testing
This PR enables the relevant tests on CI, to confirm the llvm fix works fine on 9.0 branch.
Risk
Low risk, this PR enables CI tests only.
IMPORTANT: If this backport is for a servicing release, please verify that:
release/X.0-staging
, notrelease/X.0
.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.
Resolves #103566