mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
Disable security key on fbsd6 test host.
This commit is contained in:
parent
32c12236f2
commit
3741df98ff
4
.github/configs
vendored
4
.github/configs
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user