CI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions
authorTim Duesterhus <tim@bastelstu.be>
Sat, 21 Nov 2020 17:08:00 +0000 (18:08 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:01:07 +0000 (19:01 +0100)
This was missing when migrating from Travis.

(cherry picked from commit 9fee7e02d1382cbf5ce2f8e98902541c3b825269)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/workflows/compliance.yml
.github/workflows/vtest.yml
.github/workflows/windows.yml

index d778ee4..9f2bec2 100644 (file)
@@ -30,6 +30,7 @@ jobs:
           ERR=1 \
           TARGET=${{ matrix.TARGET }} \
           CC=${{ matrix.CC }} \
+          DEBUG=-DDEBUG_STRICT=1 \
           USE_OPENSSL=1
         sudo make install
     - name: Show HAProxy version
index 4d6fdfb..6d42db8 100644 (file)
@@ -85,6 +85,7 @@ jobs:
           ERR=1 \
           TARGET=${{ matrix.TARGET }} \
           CC=${{ matrix.CC }} \
+          DEBUG=-DDEBUG_STRICT=1 \
           ${{ join(matrix.FLAGS, ' ') }} \
           ADDLIB="-Wl,-rpath,/usr/local/lib/ -Wl,-rpath,$HOME/opt/lib/"
         sudo make install
index 5393a4c..b5a198a 100644 (file)
@@ -52,6 +52,7 @@ jobs:
           ERR=1 \
           TARGET=${{ matrix.TARGET }} \
           CC=${{ matrix.CC }} \
+          DEBUG=-DDEBUG_STRICT=1 \
           ${{ join(matrix.FLAGS, ' ') }}
     - name: Show HAProxy version
       id: show-version