Re: [RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job

2023-08-01 Thread Daniel P . Berrangé
On Fri, Jul 28, 2023 at 04:27:42PM +0200, Thomas Huth wrote: > The 64-bit MSYS2 job often times out in our CI, though we already have > limited it to a very minimum by using --without-default-devices etc. > GCC is incredibly slow here. By using Clang instead of GCC, the job > is ca. 15 minutes fast

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job

2023-07-28 Thread Thomas Huth
The 64-bit MSYS2 job often times out in our CI, though we already have limited it to a very minimum by using --without-default-devices etc. GCC is incredibly slow here. By using Clang instead of GCC, the job is ca. 15 minutes faster - that's enough buffer to avoid the timeouts here. The caveat is