Disable security key on fbsd6 test host.

This commit is contained in:
Darren Tucker 2022-04-04 23:52:11 +10:00
parent 32c12236f2
commit 3741df98ff
1 changed files with 4 additions and 0 deletions

4
.github/configs vendored
View File

@ -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"
;;