Draft: T8103: Enable cross build of gdb
Currently all the packages for different architectures ship amd64 binaries, in order to fix this enable cross compilation of gdb.
Merge request reports
Activity
@em am I missing something here? From my perspective something like this is needed (this version does not work it is just to open the discussion)
I think the confusion stems from the fact that we build and pack both
gdb
andgdb-multiarch
, while we only care about the latter.My suggestion would be to do
rm -f gdb-minimal_*.deb gdb gdb-source_*.deb gdb_*.deb
so we only capture what is needed, avoiding the confusinggdb
. We could even trim the multiarch list, but it's not important.A nice touch would be to disable python from GDB so we do not have to deal with Python 2 vs. 3, but that would be for a separate MR,
assigned to @wlozano