Skip to content

Commit 3741df9

Browse files
committed
Disable security key on fbsd6 test host.
1 parent 32c1223 commit 3741df9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/configs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ case "${TARGET_HOST}" in
158158
# scp 3-way connection hangs on these so skip until sorted.
159159
SKIP_LTESTS=scp3
160160
;;
161+
fbsd6)
162+
# Native linker is not great with PIC so OpenSSL is built w/out.
163+
CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
164+
;;
161165
hurd)
162166
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
163167
;;

0 commit comments

Comments
 (0)