summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-05-27 21:13:38 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-05-27 21:13:38 +1000
commit2063af71422501b65c7a92a5e14c0e6a3799ed89 (patch)
treef550516238ef726ced01334cfd74e74fe54a8cdc
parent2e1efcfd9f94352ca5f4b6958af8a454f8cf48cd (diff)
downloadopenssh-git-2063af71422501b65c7a92a5e14c0e6a3799ed89.tar.gz
Add minix3 test target.
-rwxr-xr-x.github/configs11
-rw-r--r--.github/workflows/selfhosted.yml1
2 files changed, 12 insertions, 0 deletions
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