-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[ppc64le] Bug fixes #74800
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
[ppc64le] Bug fixes #74800
Conversation
@akoeplinger |
/azp run runtime-community |
Commenter does not have sufficient privileges for PR 74800 in repo dotnet/runtime |
Are we supporting ppc64le in .NET 7? I'm wondering why such fixes need to be in the release branch. |
@stephentoub not from Microsoft's side, the port is maintained by IBM. This helps them carrying fewer patches. |
@steveisok please approve |
@akoeplinger can you please confirm the CI failures aren't related? |
The failures appear to be infra related as each one says it couldn't upload artifacts. In fact, the build analysis tab indicates they were dead lettered. I'll respin just to make sure. |
This is only touching PPC64 code so it is impossible to be related to failures on ARM64 jobs. I think this is good to be merged. |
CI failures verified as unrelated. The re-run showed cancellations/artifacts not uploaded, but no actual test failures. |
This PR is a manual backport for PR 74746 for release/7.0 branch. Please merge it as the original PR has already been merged in main.