mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 06:14:59 +02:00
Explicitly disable OpenSSL on AIX test VM.
This commit is contained in:
parent
7ebc6f060f
commit
a64b935cd4
1
.github/configs
vendored
1
.github/configs
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user