mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CI: build WolfSSL job with asan enabled
Reference: https://github.com/haproxy/haproxy/issues/3317 this allows to distribute memory checking to WolfSSL code as well Only applies on the WolfSSL weekly job which build the wolfssl git version.
This commit is contained in:
parent
801d028790
commit
76f74d7a55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue