From: Darren Tucker Date: Fri, 20 Oct 2023 09:43:00 +0000 (+1100) Subject: Install Dropbear for interop testing. X-Git-Tag: V_9_6_P1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca166dbb3c0ce632b98869cd955f69320aa6fe8;p=thirdparty%2Fopenssh-portable.git Install Dropbear for interop testing. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 9e6d6d622..0951a3718 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -116,7 +116,7 @@ for TARGET in $TARGETS; do 1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;; 3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;; esac - PACKAGES="${PACKAGES} putty-tools" + PACKAGES="${PACKAGES} putty-tools dropbear-bin" ;; libressl-*) INSTALL_LIBRESSL=$(echo ${TARGET} | cut -f2 -d-) @@ -124,7 +124,7 @@ for TARGET in $TARGETS; do master) ;; *) INSTALL_LIBRESSL="$(echo ${TARGET} | cut -f2 -d-)" ;; esac - PACKAGES="${PACKAGES} putty-tools" + PACKAGES="${PACKAGES} putty-tools dropbear-bin" ;; boringssl) INSTALL_BORINGSSL=1