Hi, On 2024-03-12 05:55, Emanuele Rocca wrote: > I did manage to get cargo to build in a armhf chroot by manually > installing the various deps
When it comes to actually satisfying build-depends properly it seems that as of right now the missing ones are libcurl4-gnutls-dev and libgit2-dev. curl cannot be built on armhf due to stunnel4, and Simon suggested a workaround for that in https://bugs.debian.org/1066049. The problem with libgit2 seems to be cmake, which can be built on armhf with DEB_BUILD_PROFILES=pkg.cmake.bootstrap. Do we plan on performing binary uploads of packages built with bootstrap profiles, or what is the general idea forward?