On 2024-03-13 02:08, Emanuele Rocca wrote: > 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.
Cargo is now done. With libcurl4-gnutls-dev and libgit2-dev available I could bootstrap it on armhf/armel, and Fabian later took care of a source-only upload. We had to drop git from build-depends, not yet installable on 32bit arm. Without git a (small) minority of tests are not being run, but that seemed acceptable. Next up for the rust world is rustc, which is currently blocked on llvm-16-dev, itself stuck on a cycle between php and postgres.