Re: [ovs-dev] [PATCH ovn v2 2/2] ci: Apply the ASAN workaround only for Clang <16

2023-10-18 Thread Mark Michelson
Thanks for the update Ales. Acked-by: Mark Michelson On 10/17/23 02:19, Ales Musil wrote: The clang from version 16 and further fixes the issue which was causing the slowness. Remove the workaround for version with the fix applied which allows the leak sanitizers to run on ARM64 as well.

Re: [ovs-dev] [PATCH ovn v2 2/2] ci: Apply the ASAN workaround only for Clang <16

2023-10-17 Thread Simon Horman
On Tue, Oct 17, 2023 at 08:19:40AM +0200, Ales Musil wrote: > The clang from version 16 and further fixes > the issue which was causing the slowness. > Remove the workaround for version with the fix > applied which allows the leak sanitizers to > run on ARM64 as well. > > Signed-off-by: Ales

[ovs-dev] [PATCH ovn v2 2/2] ci: Apply the ASAN workaround only for Clang <16

2023-10-17 Thread Ales Musil
The clang from version 16 and further fixes the issue which was causing the slowness. Remove the workaround for version with the fix applied which allows the leak sanitizers to run on ARM64 as well. Signed-off-by: Ales Musil --- v2: Check the clang version instead of removing the whole