From: William Lallemand Date: Mon, 23 Dec 2024 16:52:10 +0000 (+0100) Subject: CI: github: activate debug in wolfssl weekly build X-Git-Tag: v3.2-dev2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4332fed6c1031fa2f28af4777c45fd84a724ce99;p=thirdparty%2Fhaproxy.git CI: github: activate debug in wolfssl weekly build Activate the WolfSSL debugging of WolfSSL in the weekly job. --- diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml index 8ae2f9c1d4..d040cf0175 100644 --- a/.github/workflows/wolfssl.yml +++ b/.github/workflows/wolfssl.yml @@ -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 \