CI: github: activate debug in wolfssl weekly build

Activate the WolfSSL debugging of WolfSSL in the weekly job.
This commit is contained in:
William Lallemand 2024-12-23 17:52:10 +01:00
parent 287b2dc6dd
commit 4332fed6c1

View File

@ -21,7 +21,7 @@ jobs:
sudo apt-get update -o Acquire::Languages=none -o Acquire::Translation=none
sudo apt-get --no-install-recommends -y install socat gdb
- name: Install WolfSSL
run: env WOLFSSL_VERSION=git-master scripts/build-ssl.sh
run: env WOLFSSL_VERSION=git-master WOLFSSL_DEBUG=1 scripts/build-ssl.sh
- name: Compile HAProxy
run: |
make -j$(nproc) ERR=1 CC=gcc TARGET=linux-glibc \