-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Revert runtime update due to build breakage #44741
Conversation
@SteveSandersonMS , @brunolins16 was looking at this in this teams thread; the workaround seems to have helped? |
I added the workaround for failing steps in the Linux build #44734 and it was showing no issues. |
@SteveSandersonMS can you share the build link that causes this error because looking at the latest pipelines runs everything looks green. |
@brunolins16 Public builds have been passing, but the internal official builds have been failing since that change: https://dev.azure.com/dnceng/internal/_build?definitionId=21 |
@SteveSandersonMS maybe it is related to the SDK update, since this build https://dev.azure.com/dnceng/internal/_build/results?buildId=2029740&view=results (that is the first failure) also includes my PR and the one before did not. |
Oh wait! My fix is working but what is failing is Build: Linux ARM64 that did not apply the workaround to Build RPM installer step. |
@SteveSandersonMS I think this PR would help with this issue #44745 |
@SteveSandersonMS the latest internal build succeeded, after my changes https://dev.azure.com/dnceng/internal/_build/results?buildId=2030322&view=results |
Excellent - thanks for persisting with this right to a successful conclusion, @brunolins16! |
Since #44726 was merged, all official
main
builds have consistently failed with:This might be related to dotnet/arcade#10885, but whether or not it is, we need the builds to go back to passing without waiting for that to be fixed.