mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-29 21:22:46 +00: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…
Reference in New Issue
Block a user