From: Daniel Stenberg Date: Wed, 14 May 2025 09:50:01 +0000 (+0200) Subject: GHA: add libssh to the openssl O3 job X-Git-Tag: curl-8_14_0~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b97d5f931afb4395c76c1cf15d7c9cf95a3a6b52;p=thirdparty%2Fcurl.git GHA: add libssh to the openssl O3 job To make sure we run libssh tests with valgrind enabled Closes #17345 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 53fa15eced..8f86b2ec76 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -163,9 +163,9 @@ jobs: install_steps: pytest configure: CFLAGS=-std=gnu89 --with-openssl --enable-debug - - name: openssl -O3 valgrind - install_packages: zlib1g-dev valgrind - configure: CFLAGS=-O3 --with-openssl --enable-debug + - name: openssl -O3 libssh valgrind + install_packages: zlib1g-dev libssh-dev valgrind + configure: CFLAGS=-O3 --with-openssl --enable-debug --with-libssh - name: openssl clang krb5 install_packages: zlib1g-dev libkrb5-dev clang