mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 14:50:59 +01:00
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.
This commit is contained in:
parent
c3a95ba839
commit
1f562687e3
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user