[openssh-commits] [openssh] 01/01: Put minix3 config in the host-specific block.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 1 11:19:11 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7a3a1dd2c7d4461962acbcc0ebee9445ba892be0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu May 27 21:23:15 2021 +1000
Put minix3 config in the host-specific block.
---
.github/configs | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/.github/configs b/.github/configs
index 653462c8..3a7f6287 100755
--- a/.github/configs
+++ b/.github/configs
@@ -42,17 +42,6 @@ case "$config" in
libedit)
CONFIGFLAGS="--with-libedit"
;;
- minix3)
- CC=clang
- CONFIGFLAGS="--with-ssl-dir=/usr/pkg"
- LTESTS="proxy-connect"
- SKIP_LTESTS="addrmatch cfgparse key-options reexec agent connect"
- SKIP_LTESTS="$SKIP_LTESTS keyscan rekey allow-deny-users connect-uri"
- SKIP_LTESTS="$SKIP_LTESTS knownhosts-command sftp-uri brokenkeys"
- SKIP_LTESTS="$SKIP_LTESTS exit-status login-timeout stderr-data"
- SKIP_LTESTS="$SKIP_LTESTS cfgmatch forward-control multiplex transfer"
- SKIP_LTESTS="$SKIP_LTESTS cfgmatchlisten forwarding reconfigure"
- ;;
pam-krb5)
CONFIGFLAGS="--with-pam --with-kerberos5"
SSHD_CONFOPTS="UsePam yes"
@@ -125,6 +114,20 @@ case "$config" in
esac
case "${TARGET_HOST}" in
+ minix3)
+ CC="clang"
+ LIBCRYPTOFLAGS="--without-openssl"
+ # Minix does not have a loopback interface so we have to skip any
+ # test that relies on it.
+ TEST_TARGET=t-exec
+ SKIP_LTESTS="addrmatch cfgparse key-options reexec agent connect"
+ SKIP_LTESTS="$SKIP_LTESTS keyscan rekey allow-deny-users connect-uri"
+ SKIP_LTESTS="$SKIP_LTESTS knownhosts-command sftp-uri brokenkeys"
+ SKIP_LTESTS="$SKIP_LTESTS exit-status login-timeout stderr-data"
+ SKIP_LTESTS="$SKIP_LTESTS cfgmatch forward-control multiplex transfer"
+ SKIP_LTESTS="$SKIP_LTESTS cfgmatchlisten forwarding reconfigure"
+ SUDO=""
+ ;;
nbsd4)
# System compiler will ICE on some files with fstack-protector
CONFIGFLAGS="${CONFIGFLAGS} --without-hardening"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list