[openssh-commits] [openssh] 01/02: Explicitly disable security key test on aix51 VM.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Mar 27 12:24:43 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit fbd3811ddb2b6ce2e6dba91fde7352c8978e5412
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Mar 27 11:08:00 2023 +1100

    Explicitly disable security key test on aix51 VM.
    
    We don't know how to build the shared objects required for the security
    key tests so skip them.
---
 .github/configs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/configs b/.github/configs
index 7aeeddb8..cf26413c 100755
--- a/.github/configs
+++ b/.github/configs
@@ -221,6 +221,7 @@ esac
 
 case "${TARGET_HOST}" in
     aix*)
+	CONFIGFLAGS="--disable-security-key"
 	# These are slow real or virtual machines so skip the slowest tests
 	# (which tend to be thw ones that transfer lots of data) so that the
 	# test run does not time out.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list