And of course this time it succeeded :-)

Hmmm. ISTM that failures are on and off every few attempts.

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.

Yep.

I remember that I disactivated it for some reason once, but I cannot remember why. I just reactivated it, will see what happens.

--
Fabien.


Reply via email to