On Mon, May 10, 2021 at 9:30 PM Fabien COELHO <coe...@cri.ensmp.fr> wrote: > I forced-removed apport (which meant removing xserver-xorg). Let's see > whether the reports are better or whether I break something.
And of course this time it succeeded :-) Just by the way, I noticed it takes ~40 minutes to compile. Is there a reason you don't install ccache and set eg CC="ccache /path/to/clang", CXX="ccache /path/to/clang++", CLANG="ccache /path/to/clang"? That doesn't seem to conflict with your goal of testing LLVM/Clang's main branch, because ccache checks the compiler's mtime as part of its cache invalidation strategy.