GHA: add valgrind to a wolfSSL build

Closes #13274
This commit is contained in:
Daniel Stenberg 2024-04-04 08:50:34 +02:00
parent 860cd5fc2d
commit a3b084b913
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -61,7 +61,7 @@ jobs:
configure: LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" --with-wolfssl=$HOME/wssl --enable-debug
wolfssl-configure: --enable-all
- name: wolfssl (configured with --enable-opensslextra)
install:
install: valgrind
configure: LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" --with-wolfssl=$HOME/wssl --enable-debug
wolfssl-configure: --enable-opensslextra