postit-debian/.forgejo/workflows
Paul Schneider efddac2942
Some checks failed
Forgejo Release postit-deb / release (push) Failing after 1m51s
workflow: install binutils-aarch64-linux-gnu for dh_makeshlibs
dh_makeshlibs is invoked by debhelper during cross-builds to
produce the .shlibs cache, and it calls arch-specific objdump
to read ELF symbols of the bin we're shipping. For arm64 that
means aarch64-linux-gnu-objdump, which is provided by
binutils-aarch64-linux-gnu (~50 Mo in apt).

binutils-aarch64-linux-gnu ships the cross-binutils without
the cross-gcc; we don't need gcc-arm64 because there's no C
code in this package (the build is pure dotnet publish).
2026-08-17 18:52:20 +01:00
..
release.yml workflow: install binutils-aarch64-linux-gnu for dh_makeshlibs 2026-08-17 18:52:20 +01:00