CI: Set DEBUG=-DDEBUG_STRICT=1 in GitHub Actions

This was missing when migrating from Travis.
This commit is contained in:
Tim Duesterhus 2020-11-21 18:08:00 +01:00 committed by Willy Tarreau
parent c8d19702f4
commit 9fee7e02d1
3 changed files with 3 additions and 0 deletions

View 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

View 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

View 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