]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Explicitly disable security key test on aix51 VM.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 00:08:00 +0000 (11:08 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 00:08:00 +0000 (11:08 +1100)
We don't know how to build the shared objects required for the security
key tests so skip them.

.github/configs

index 7aeeddb8ab2fc5f027f06c71f7cb8ae04752d8f8..cf26413ce21bd3adb8a5f90540b2ed42cd12e5a4 100755 (executable)
@@ -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.