Compare commits

..

No commits in common. "c1c8fb726dde2ac05e62e34fcfc6a07e5daafc10" and "350013e038e1a63a88278cf5f42cdafcd8af0f36" have entirely different histories.

View File

@ -398,18 +398,6 @@ jobs:
- name: Install dependencies
run: |
dpkg --add-architecture arm64
# Remove DEB822-format sources (debian.sources) if present and replace with
# explicit per-arch entries in sources.list. Without this, apt tries to resolve
# deps across both amd64 and arm64 simultaneously and hits "held broken packages".
rm -f /etc/apt/sources.list.d/debian.sources
cat > /etc/apt/sources.list << 'SOURCES'
deb [arch=amd64] http://deb.debian.org/debian bookworm main
deb [arch=amd64] http://deb.debian.org/debian bookworm-updates main
deb [arch=amd64] http://security.debian.org/debian-security bookworm-security main
deb [arch=arm64] http://deb.debian.org/debian bookworm main
deb [arch=arm64] http://deb.debian.org/debian bookworm-updates main
deb [arch=arm64] http://security.debian.org/debian-security bookworm-security main
SOURCES
apt-get update -qq
apt-get install -y -qq \
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \