Explicitly disable OpenSSL on AIX test VM.

This commit is contained in:
Darren Tucker 2023-03-27 19:21:19 +11:00
parent 7ebc6f060f
commit a64b935cd4
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.github/configs vendored
View File

@ -222,6 +222,7 @@ esac
case "${TARGET_HOST}" in
aix*)
CONFIGFLAGS="--disable-security-key"
LIBCRYPTOFLAGS="--without-openssl"
# 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.