mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Install Dropbear for interop testing.
This commit is contained in:
parent
f993bb5835
commit
1ca166dbb3
4
.github/setup_ci.sh
vendored
4
.github/setup_ci.sh
vendored
@ -116,7 +116,7 @@ for TARGET in $TARGETS; do
|
|||||||
1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
|
1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
|
||||||
3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
|
3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
|
||||||
esac
|
esac
|
||||||
PACKAGES="${PACKAGES} putty-tools"
|
PACKAGES="${PACKAGES} putty-tools dropbear-bin"
|
||||||
;;
|
;;
|
||||||
libressl-*)
|
libressl-*)
|
||||||
INSTALL_LIBRESSL=$(echo ${TARGET} | cut -f2 -d-)
|
INSTALL_LIBRESSL=$(echo ${TARGET} | cut -f2 -d-)
|
||||||
@ -124,7 +124,7 @@ for TARGET in $TARGETS; do
|
|||||||
master) ;;
|
master) ;;
|
||||||
*) INSTALL_LIBRESSL="$(echo ${TARGET} | cut -f2 -d-)" ;;
|
*) INSTALL_LIBRESSL="$(echo ${TARGET} | cut -f2 -d-)" ;;
|
||||||
esac
|
esac
|
||||||
PACKAGES="${PACKAGES} putty-tools"
|
PACKAGES="${PACKAGES} putty-tools dropbear-bin"
|
||||||
;;
|
;;
|
||||||
boringssl)
|
boringssl)
|
||||||
INSTALL_BORINGSSL=1
|
INSTALL_BORINGSSL=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user