I unfortunately have no real data, just anecdotally it feels uncomfortably slow compared to cross-compilers / native builds.

It is a big shiny important goal on this tool’s roadmap to go to using cross compilers, which will use cmake toolchains - I still plan to be doing the builds inside docker containers to keep environment/dependency management dead simple, however. The QEMU step was just a way to get out the door quickly and start getting feature requests

vendor packages that do not properly pass on the toolchain file to their internal build, but we’re fixing those as we go along

Yeah, I had to hit a bunch of these vendor packages as well back when we added the libcxx build nightly_linux_clang_libcxx [Jenkins] - but that was mostly making sure to pass the compiler and C/C++ build flags, I’m sure I didn’t get the toolchain everywhere

maybe this could be merged at some point…

Perhaps :slight_smile: but it sounds like we’re still trying to support pretty different use cases - we’ll probably discover different issues because of it, which is useful data