dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 99 forks source link

Bring back the libc++ image changes #1039

Closed jkoritzinsky closed 1 month ago

jkoritzinsky commented 1 month ago

Remove the linux-x86 components that we weren't using that were causing problems as we don't ship or even official-build this configuration.

Don't copy the ABI header, instead inline it.

Depends on dotnet/runtime#101997, dotnet/runtime#102001

Related: https://github.com/dotnet/llvm-project/pull/560 (not required as I'd expect this project should continue to build against the .NET 8.0 images for 8.0).