On 12/09/2020 12:19, Adam D. Barratt wrote: > Control: tags -1 + confirmed > > On Sat, 2020-09-12 at 11:09 +0200, Emilio Pozuelo Monfort wrote: >> This updates buster's rustc to 1.41, as needed by the new firefox 78 >> ESR. The bootstrap happens with the upstream binaries as we've done >> in the past. I have also avoided the bump to LLVM 9/10, we use >> buster's LLVM 7 instead. > > Please go ahead; thanks. > >> After this update, we'll also need cargo (trivial backport, no stage0 >> binaries required) and cbindgen. > > So rustc bootstrap build, rustc binNMUs, cargo, cbindgen?
The rustc binNMU would also build with the upstream binaries. We'd need to upload a -2 package with the right build-deps and not using the available binaries. However given the compiler is first built with the stage0 binaries, but then rebuilt again with that intermediate version, I'm not sure we need to do that right away and could wait for the next update. I'm happy to do it now though if you prefer it that way. Cheers, Emilio