[openssh-commits] [openssh] 01/02: Add minix3 test target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 27 21:18:39 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 2063af71422501b65c7a92a5e14c0e6a3799ed89
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu May 27 21:13:38 2021 +1000
Add minix3 test target.
---
.github/configs | 11 +++++++++++
.github/workflows/selfhosted.yml | 1 +
2 files changed, 12 insertions(+)
diff --git a/.github/configs b/.github/configs
index 6f612dd0..653462c8 100755
--- a/.github/configs
+++ b/.github/configs
@@ -42,6 +42,17 @@ 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"
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 5a597ac6..f35942a6 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -25,6 +25,7 @@ jobs:
- fbsd10
- fbsd12
- fbsd13
+ - minix3
# - nbsd2
- nbsd3
- nbsd4
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list