From: William Lallemand Date: Tue, 18 Nov 2025 19:11:23 +0000 (+0100) Subject: CI: github: make install-bin instead of make install X-Git-Tag: v3.3-dev14~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f562687e3c62a50f956d68ab58bfe130df9fbe9;p=thirdparty%2Fhaproxy.git CI: github: make install-bin instead of make install make install now have a dependency to install-admin which have a dependency to admin/halog/halog. halog links haproxy .o together with its own objects, but those objects when built with ASAN must also be linked with ASAN or it won't be possible to link the binary. We don't need an ASAN-ready halog, so let's just do an install-bin instead that will just install haproxy. --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 87b2d958e..1bd9cb2eb 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -113,7 +113,7 @@ jobs: DEBUG="-DDEBUG_POOL_INTEGRITY -DDEBUG_UNIT" \ ${{ join(matrix.FLAGS, ' ') }} \ ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/" - sudo make install + sudo make install-bin - name: Compile admin/halog/halog run: | make -j$(nproc) admin/halog/halog \