On Mon, Apr 13, 2026 at 11:11:29AM +0200, Илья Шипицин wrote: > Subject: Re: [PATCH] ci: build WolfSSL with asan enabled > gentle ping > > пт, 3 апр. 2026 г. в 20:10, Ilia Shipitsin <[email protected]>: > > > Reference: https://github.com/haproxy/haproxy/issues/3317 > > > > this allows to distribute memory checking to WolfSSL code as well > > --- > > .github/workflows/wolfssl.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml > > index d99e084ab..decbf032c 100644 > > --- a/.github/workflows/wolfssl.yml > > +++ b/.github/workflows/wolfssl.yml > > @@ -19,7 +19,7 @@ jobs: > > sudo apt-get update -o Acquire::Languages=none -o > > Acquire::Translation=none > > sudo apt-get --no-install-recommends -y install socat gdb jose > > - name: Install WolfSSL > > - run: env WOLFSSL_VERSION=git-master WOLFSSL_DEBUG=1 > > scripts/build-ssl.sh > > + run: env WOLFSSL_VERSION=git-master WOLFSSL_DEBUG=1 > > CFLAGS="-fsanitize=address -g" scripts/build-ssl.sh > > - name: Compile HAProxy > > run: | > > make -j$(nproc) ERR=1 CC=gcc TARGET=linux-glibc \ > > -- > > 2.46.0.windows.1 > > > >
Just merged it, and restarted the job as well. -- William Lallemand

