]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: activate debug in wolfssl weekly build
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 16:52:10 +0000 (17:52 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Dec 2024 17:00:34 +0000 (18:00 +0100)
Activate the WolfSSL debugging of WolfSSL in the weekly job.

.github/workflows/wolfssl.yml

index 8ae2f9c1d447e01648cf36bc8dcb8f63fd055c06..d040cf0175c16c0d14d19e72a247f0b6c526cdcd 100644 (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 \