From: Darren Tucker Date: Wed, 6 Oct 2021 07:14:37 +0000 (+1100) Subject: Disable security key on minix3. X-Git-Tag: V_8_9_P1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d4232b493a9858fe616e28a8bbcc89afa2ad4d;p=thirdparty%2Fopenssh-portable.git Disable security key on minix3. The test doesn't work so disable. --- diff --git a/.github/configs b/.github/configs index c2068f279..d87a159ed 100755 --- a/.github/configs +++ b/.github/configs @@ -127,7 +127,7 @@ case "${TARGET_HOST}" in ;; minix3) CC="clang" - LIBCRYPTOFLAGS="--without-openssl" + LIBCRYPTOFLAGS="--without-openssl --disable-security-key" # Minix does not have a loopback interface so we have to skip any # test that relies on it. TEST_TARGET=t-exec