dotnet / dotnet-buildtools-prereqs-docker

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

Build LLVM with zlib support, remove clang-17 #1003

Closed sbomer closed 5 months ago

sbomer commented 5 months ago

This fixes two problems with the Azure Linux images when building runtime:

sbomer commented 5 months ago

@mthalman do you know why the build steps are all skipped in dotnet-buildtools-prereqs-docker-azurelinux?

mthalman commented 5 months ago

/azp run dotnet-buildtools-prereqs-docker-azurelinux

azure-pipelines[bot] commented 5 months ago
Azure Pipelines successfully started running 1 pipeline(s).
mthalman commented 5 months ago

@mthalman do you know why the build steps are all skipped in dotnet-buildtools-prereqs-docker-azurelinux?

The pipeline's variables were misconfigured. I've fixed it and a build is underway.