mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Disable security key on minix3.
The test doesn't work so disable.
This commit is contained in:
parent
7cd062c3a2
commit
52d4232b49
2
.github/configs
vendored
2
.github/configs
vendored
@ -127,7 +127,7 @@ case "${TARGET_HOST}" in
|
|||||||
;;
|
;;
|
||||||
minix3)
|
minix3)
|
||||||
CC="clang"
|
CC="clang"
|
||||||
LIBCRYPTOFLAGS="--without-openssl"
|
LIBCRYPTOFLAGS="--without-openssl --disable-security-key"
|
||||||
# Minix does not have a loopback interface so we have to skip any
|
# Minix does not have a loopback interface so we have to skip any
|
||||||
# test that relies on it.
|
# test that relies on it.
|
||||||
TEST_TARGET=t-exec
|
TEST_TARGET=t-exec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user