From: Darren Tucker Date: Mon, 4 Apr 2022 13:52:11 +0000 (+1000) Subject: Disable security key on fbsd6 test host. X-Git-Tag: V_9_0_P1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3741df98ffaaff92b474ee70d8ef276b5882f85a;p=thirdparty%2Fopenssh-portable.git Disable security key on fbsd6 test host. --- diff --git a/.github/configs b/.github/configs index 02f8bdc8e..871a3d414 100755 --- a/.github/configs +++ b/.github/configs @@ -158,6 +158,10 @@ case "${TARGET_HOST}" in # scp 3-way connection hangs on these so skip until sorted. SKIP_LTESTS=scp3 ;; + fbsd6) + # Native linker is not great with PIC so OpenSSL is built w/out. + CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key" + ;; hurd) SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace" ;;