From b97d5f931afb4395c76c1cf15d7c9cf95a3a6b52 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 May 2025 11:50:01 +0200 Subject: [PATCH] GHA: add libssh to the openssl O3 job To make sure we run libssh tests with valgrind enabled Closes #17345 --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3