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 102 forks source link

Unblock Debian build by disabling arm32 images #927

Closed lbussell closed 8 months ago

lbussell commented 8 months ago

Context: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/925#issuecomment-1771743023

Debian builds stopped working because the python Cryptography wheel doesn't ship binaries for arm32. It tries to compile itself from source. In Ubuntu, we can do that by installing Rust. Debian's Rust version isn't new enough to compile Cryptography. The fix will be more involved so for now we need to disable Debian builds by removing the images from the manifest. This will unblock builds and PRs in this repo.