From: William Lallemand Date: Fri, 26 Sep 2025 14:11:06 +0000 (+0200) Subject: CI: github: build halog on the vtest job X-Git-Tag: v3.3-dev9~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6499c0a0d5eb56ae640a50425f2fbbad3bc14f86;p=thirdparty%2Fhaproxy.git 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. --- 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: |