From: Daniel Stenberg Date: Thu, 4 Apr 2024 06:50:34 +0000 (+0200) Subject: GHA: add valgrind to a wolfSSL build X-Git-Tag: curl-8_8_0~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b084b913b70141b0b217d83453663d2211b87b;p=thirdparty%2Fcurl.git GHA: add valgrind to a wolfSSL build Closes #13274 --- diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml index 5aaf3d1bd5..3ffb6f504b 100644 --- a/.github/workflows/wolfssl.yml +++ b/.github/workflows/wolfssl.yml @@ -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