]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Disable security key for bigendian interop. 403/head
authorDarren Tucker <dtucker@dtucker.net>
Sat, 9 Nov 2024 00:41:44 +0000 (11:41 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 10 Nov 2024 01:25:25 +0000 (12:25 +1100)
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

index 78f7249977c05071d78f4ad47487ae1b7a36fa4e..376398a5b208b79bd5ec2c04cc7b4c7acbdf7a88 100755 (executable)
@@ -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"
        ;;