[openssh-commits] [openssh] 01/01: Disable security key on fbsd6 test host.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 4 23:52:45 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3741df98ffaaff92b474ee70d8ef276b5882f85a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 4 23:52:11 2022 +1000
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"
;;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list