fix: rebuild rugged 1.5 with ssh support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
parent
e48bb55a2c
commit
95e9f3a85b
16 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
EXTRA_PKGS="libssh2-dev libgit2-dev"
|
||||
CMAKE_FLAGS="-DUSE_SSH=ON"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
EXTRA_PKGS="libssh2-dev libgit2-dev"
|
||||
CMAKE_FLAGS="-DUSE_SSH=ON"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
EXTRA_PKGS="libssh2-dev libgit2-dev"
|
||||
CMAKE_FLAGS="-DUSE_SSH=ON"
|
||||
|
|
Loading…
Reference in a new issue