]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Nov 2020 17:27:33 +0000 (18:27 +0100)
This was missing when migrating from Travis.

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

index d778ee429ddddd6d90fb69e13a1830161b0d319b..9f2bec28964aaac9ab76f8aa4412b3516e303fe4 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 4d6fdfb6076b7c53572e9e2745e2637001134550..6d42db8fff18dc0ffbf165e9cb538d8002e4e680 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 5393a4c3acd3c80c3ec65ce1eefb1f3d4b759024..b5a198aff44e3fc0685edd2fcab0c51f52302865 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