From: Darren Tucker Date: Mon, 27 Mar 2023 00:08:00 +0000 (+1100) Subject: Explicitly disable security key test on aix51 VM. X-Git-Tag: V_9_4_P1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd3811ddb2b6ce2e6dba91fde7352c8978e5412;p=thirdparty%2Fopenssh-portable.git Explicitly disable security key test on aix51 VM. We don't know how to build the shared objects required for the security key tests so skip them. --- diff --git a/.github/configs b/.github/configs index 7aeeddb8a..cf26413ce 100755 --- a/.github/configs +++ b/.github/configs @@ -221,6 +221,7 @@ esac case "${TARGET_HOST}" in aix*) + CONFIGFLAGS="--disable-security-key" # 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.