From: Darren Tucker Date: Mon, 27 Mar 2023 08:21:19 +0000 (+1100) Subject: Explicitly disable OpenSSL on AIX test VM. X-Git-Tag: V_9_4_P1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64b935cd450ee8d04c26c9cd728629cf9ca5c91;p=thirdparty%2Fopenssh-portable.git Explicitly disable OpenSSL on AIX test VM. --- diff --git a/.github/configs b/.github/configs index cf26413ce..d0f3ffde6 100755 --- a/.github/configs +++ b/.github/configs @@ -222,6 +222,7 @@ esac case "${TARGET_HOST}" in aix*) CONFIGFLAGS="--disable-security-key" + LIBCRYPTOFLAGS="--without-openssl" # These are slow real or virtual machines so skip the slowest tests # (which tend to be thw ones that transfer lots of data) so that the # test run does not time out.