From 6499c0a0d5eb56ae640a50425f2fbbad3bc14f86 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 26 Sep 2025 16:11:06 +0200 Subject: [PATCH] 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. --- .github/workflows/vtest.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index 3a75b525a..87b2d958e 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -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: |