From 3741df98ffaaff92b474ee70d8ef276b5882f85a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 4 Apr 2022 23:52:11 +1000 Subject: Disable security key on fbsd6 test host. --- .github/configs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/configs b/.github/configs index 02f8bdc8..871a3d41 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" ;; -- cgit v1.2.1