]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: add libssh to the openssl O3 job
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 May 2025 09:50:01 +0000 (11:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 May 2025 21:36:54 +0000 (23:36 +0200)
To make sure we run libssh tests with valgrind enabled

Closes #17345

.github/workflows/linux.yml

index 53fa15eced21619497e4f7860ecc10c77a3b4d7d..8f86b2ec761b4aa7b502c6a3aabf43bd23b4fa9b 100644 (file)
@@ -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