-
Notifications
You must be signed in to change notification settings - Fork 5k
Update to Ubuntu 25.04 #113405
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
Update to Ubuntu 25.04 #113405
Conversation
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.
Pull Request Overview
This PR updates the Ubuntu image version in the Helix queues setup pipeline from Ubuntu 24.x to Ubuntu 25.04.
- Changed the ARM64 image tag from ubuntu-24.10-helix-arm64v8 to ubuntu-25.04-helix-arm64v8.
- Changed the AMD64 image tag from ubuntu-24.04-helix-amd64 to ubuntu-25.04-helix-amd64.
Comments suppressed due to low confidence (2)
eng/pipelines/libraries/helix-queues-setup.yml:37
- The updated ARM64 image tag indicates Ubuntu 25.04, but the base reference still shows 'Ubuntu.2204.ArmArch.Open'. Please verify that this difference is intentional and does not result in an inconsistency in the expected image.
- - (Ubuntu.2504.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.04-helix-arm64v8
eng/pipelines/libraries/helix-queues-setup.yml:59
- The updated AMD64 image tag now uses Ubuntu 25.04, yet the base reference remains 'Ubuntu.2204.Amd64.Open'. Please confirm that this is the desired configuration to ensure consistency in the image versioning.
- - (Ubuntu.2504.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.04-helix-amd64
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
/azp run runtime-libraries-coreclr outerloop-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
@tarekgh is going to take a look at the globalization/text failures. |
never mind, I have fixed it as we did last time. |
yah. This still has buggy 1.2 package. The crash was fixed in gss-ntlmssp 1.3 |
Thanks much @tarekgh! |
Related: dotnet/dotnet-buildtools-prereqs-docker#1386