mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 01:23:30 +02: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:
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: |
|
||||
|
||||
Reference in New Issue
Block a user