summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-04 23:52:11 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-04-04 23:52:11 +1000
commit3741df98ffaaff92b474ee70d8ef276b5882f85a (patch)
tree6bc4ddd60c333d5c94812f2cf94030161bbc329c
parent32c12236f27ae83bfe6d2983b67c9bc67a83a417 (diff)
Disable security key on fbsd6 test host.
-rwxr-xr-x.github/configs4
1 files changed, 4 insertions, 0 deletions
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"
;;