]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: build halog on the vtest job 20250926-halog
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Sep 2025 14:11:06 +0000 (16:11 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Sep 2025 14:29:29 +0000 (16:29 +0200)
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

index 3a75b525a44a89ebf8a5eedc2e6d54b303a40ac1..87b2d958ef808a1f5734ef7876268244f58df81b 100644 (file)
@@ -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: |