]> git.kaiwu.me - haproxy.git/commit
CI: github: make install-bin instead of make install
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 18 Nov 2025 19:11:23 +0000 (20:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 18 Nov 2025 19:11:23 +0000 (20:11 +0100)
commit1f562687e3c62a50f956d68ab58bfe130df9fbe9
tree45b1579b78168d1f0d14173cb608537576aa7ecf
parentc3a95ba8391a30e52a944efd9ae06a0206c71841
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.
.github/workflows/vtest.yml