mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-17 23:20:56 +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)
|
||||
CC="clang"
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
LIBCRYPTOFLAGS="--without-openssl --disable-security-key"
|
||||
# Minix does not have a loopback interface so we have to skip any
|
||||
# test that relies on it.
|
||||
TEST_TARGET=t-exec
|
||||
|
Loading…
Reference in New Issue
Block a user