[openssh-commits] [openssh] 04/04: Disable security key for bigendian interop.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Nov 10 12:26:15 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 953fa5b59afb04c3c74ed82d7bace65c13cd8baa
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Nov 9 11:41:44 2024 +1100
Disable security key for bigendian interop.
It doesn't currently work. It's not clear why, but I suspect
sk-dummy.so ends up being built for the wrong architecture.
---
.github/configs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/configs b/.github/configs
index 78f72499..376398a5 100755
--- a/.github/configs
+++ b/.github/configs
@@ -266,6 +266,10 @@ case "${TARGET_HOST}" in
# Native linker is not great with PIC so OpenSSL is built w/out.
CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
;;
+ fbsd14-ppc64)
+ # Disable security key tests for bigendian interop test.
+ 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