Skip to content
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 azurelinux-3.0 build containers to .NET 10 version #46445

Merged
merged 5 commits into from
Jan 31, 2025

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Jan 31, 2025

@jkotas jkotas requested review from a team as code owners January 31, 2025 13:25
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Jan 31, 2025
@jkotas jkotas requested a review from ViktorHofer January 31, 2025 13:26
@jkotas
Copy link
Member Author

jkotas commented Jan 31, 2025

Update to containers used by dotnet/runtime main

@ViktorHofer
Copy link
Member

/azp run sdk-unified-build-full

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ViktorHofer
Copy link
Member

ViktorHofer commented Jan 31, 2025

Error response from daemon: manifest for mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64 not found: manifest unknown: manifest tagged by "azurelinux-3.0-net10.0-android-openssl-amd64" is not found
##[warning]Docker pull failed with exit code 1, back off 00:00:10 seconds before retry.
/usr/bin/docker pull mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64
Error response from daemon: manifest for mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64 not found: manifest unknown: manifest tagged by "azurelinux-3.0-net10.0-android-openssl-amd64" is not found
##[warning]Docker pull failed with exit code 1, back off 00:00:10 seconds before retry.
/usr/bin/docker pull mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64
Error response from daemon: manifest for mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64 not found: manifest unknown: manifest tagged by "azurelinux-3.0-net10.0-android-openssl-amd64" is not found

@ViktorHofer
Copy link
Member

/azp run sdk-unified-build-full

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member

/azp run sdk-unified-build-full

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@am11
Copy link
Member

am11 commented Jan 31, 2025

We should keep the fallback removed in dotnet/runtime#111943 as this will likely hit non-MSFT builds:

#ifndef MEMBARRIER_CMD_QUERY
#define MEMBARRIER_CMD_QUERY 0
#endif

#ifndef MEMBARRIER_CMD_PRIVATE_EXPEDITED
#define MEMBARRIER_CMD_PRIVATE_EXPEDITED (1 << 3)
#endif 

cc @dotnet/distro-maintainers

@ViktorHofer
Copy link
Member

ViktorHofer commented Jan 31, 2025

@akoeplinger mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl-amd64 doesn't seem to exist which is why I changed it to mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-android-openssl but I see that you reverted my change later.

@akoeplinger
Copy link
Member

Yeah I messed up correcting the image name, should be fixed now

@akoeplinger
Copy link
Member

/azp run sdk-unified-build-full

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ViktorHofer ViktorHofer enabled auto-merge (squash) January 31, 2025 17:58
@jkotas
Copy link
Member Author

jkotas commented Feb 2, 2025

We should keep the fallback removed in dotnet/runtime#111943 as this will likely hit non-MSFT builds

It can be hit on distro/kernel versions that are older than Ubuntu 18.04 (2018). Is anybody going to build .NET 10 on these ancient distros?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AzureLinux verticals are failing
5 participants