[openssh-commits] [openssh] 01/01: Disable security key on minix3.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 6 18:15:27 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 52d4232b493a9858fe616e28a8bbcc89afa2ad4d
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Oct 6 18:14:37 2021 +1100
Disable security key on minix3.
The test doesn't work so disable.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index c2068f27..d87a159e 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list