On Mon, Apr 13, 2026 at 09:23:47PM +0200, Tim Duesterhus wrote: > Subject: [PATCH 10/10] CI: Build halog as part of contrib.yml > halog does not make use of any of the "fancy" build flags that HAProxy does > and > except for itself only includes ebtree. There is no need to build it as part > of > the VTest workflows.
That's one of the thing that is tricky with these admin tools, they use .o previously built with haproxy if you don't do a make clean before. So for example if you have flags that are not compatible with the old objects that won't work correctly. A typical example is building haproxy with ASAN and trying to link ASAN-enable objects with halog without the ASAN flags. -- William Lallemand

