fix: rebuild rugged 1.5 with ssh support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

newer versions have issues with ssh host verification:

https://github.com/libgit2/libgit2/issues/6496
This commit is contained in:
f 2023-09-22 11:40:32 -03:00
parent e48bb55a2c
commit 95e9f3a85b
No known key found for this signature in database
16 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
EXTRA_PKGS="libssh2-dev libgit2-dev"
CMAKE_FLAGS="-DUSE_SSH=ON"

View file

@ -1 +1,2 @@
EXTRA_PKGS="libssh2-dev libgit2-dev"
CMAKE_FLAGS="-DUSE_SSH=ON"

View file

@ -1 +1,2 @@
EXTRA_PKGS="libssh2-dev libgit2-dev"
CMAKE_FLAGS="-DUSE_SSH=ON"