Closed
Description
Since around 12:00 UTC today, the Ubuntu 32 bit build started consistently failing with the following error while installing apt packages:
The following packages have unmet dependencies: libgit2-dev:i386 : Depends: libgit2-26:i386 (= 0.26.0+dfsg.1-1.1ubuntu0.2) but it is not going to be installed Depends: libz-dev:i386 Depends: libcurl4-gnutls-dev:i386 but it is not going to be installed Depends: libssh2-1-dev:i386 but it is not going to be installed Depends: libhttp-parser-dev:i386 but it is not going to be installed libssl-dev:i386 : Depends: libssl1.1:i386 (= 1.1.1d-1+ubuntu18.04.1+deb.sury.org+2) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
This is reproducible in a fresh VM with: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install libgit2-dev:i386
so it's not an issue with GHA, but with the Ubuntu packages.
I can't tell much from that apt error and I don't have time to dig further into this now, so if someone wants to have a look, that would be great!
For now I've closed the tree, but we may just want to disable the 32 bit build and re-open the tree if the issue persists.