Merge pull request #9096 from julek-wolfssl/libssh2-tests-fix

Fix libssh2 tests
This commit is contained in:
Daniel Pouzzner
2025-08-13 08:42:24 -05:00
committed by GitHub
+2 -2
View File
@@ -76,11 +76,11 @@ jobs:
- name: Update libssh2 test to use a stable version of debian
working-directory: libssh2
run: |
sed -i 's/testing-slim/stable-slim/' tests/openssh_server/Dockerfile
sed -i 's/testing-slim/oldstable-slim/' tests/openssh_server/Dockerfile
- name: Run libssh2 tests
working-directory: libssh2
run: make check
run: make -j check
- name: Confirm libssh2 built with wolfSSL
run: ldd libssh2/src/.libs/libssh2.so | grep wolfssl