]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Disable security key tests for bigendian interop master anongit/master
authorDarren Tucker <dtucker@dtucker.net>
Sat, 2 Aug 2025 04:49:00 +0000 (14:49 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 2 Aug 2025 04:49:40 +0000 (14:49 +1000)
.github/configs

index aa363be7d3ff418d8688caa65534726dadc5f614..230258f93f24199d5f0d0fdff0bdaadf301d65e1 100755 (executable)
@@ -283,7 +283,7 @@ case "${TARGET_HOST}" in
        # Native linker is not great with PIC so OpenSSL is built w/out.
        CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
        ;;
-    fbsd14-ppc64)
+    fbsd14-ppc64|nbsd-arm64be)
        # Disable security key tests for bigendian interop test.
        CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
        ;;