mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
CI: github: build halog on the vtest job
halog was not built in the vtest job. Add it to vtest.yml to be able to track build issues on push.
This commit is contained in:
parent
f1f5877ce1
commit
6499c0a0d5
1 changed files with 9 additions and 0 deletions
9
.github/workflows/vtest.yml
vendored
9
.github/workflows/vtest.yml
vendored
|
|
@ -114,6 +114,15 @@ jobs:
|
|||
${{ join(matrix.FLAGS, ' ') }} \
|
||||
ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/"
|
||||
sudo make install
|
||||
- name: Compile admin/halog/halog
|
||||
run: |
|
||||
make -j$(nproc) admin/halog/halog \
|
||||
ERR=1 \
|
||||
TARGET=${{ matrix.TARGET }} \
|
||||
CC=${{ matrix.CC }} \
|
||||
DEBUG="-DDEBUG_POOL_INTEGRITY -DDEBUG_UNIT" \
|
||||
${{ join(matrix.FLAGS, ' ') }} \
|
||||
ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/"
|
||||
- name: Show HAProxy version
|
||||
id: show-version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue