[openssh-commits] [openssh] branch master updated: Disable security key tests for bigendian interop
    git+noreply at mindrot.org 
    git+noreply at mindrot.org
       
    Sat Aug  2 14:49:52 AEST 2025
    
    
  
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
     new d1c6c67a5 Disable security key tests for bigendian interop
d1c6c67a5 is described below
commit d1c6c67a50fc957010fa027c6ab970424e9b9142
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Aug 2 14:49:00 2025 +1000
    Disable security key tests for bigendian interop
---
 .github/configs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index aa363be7d..230258f93 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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"
 	;;
-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
    
    
More information about the openssh-commits
mailing list