mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 05:46:59 +00:00
Add minix3 test target.
This commit is contained in:
parent
2e1efcfd9f
commit
2063af7142
11
.github/configs
vendored
11
.github/configs
vendored
@ -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"
|
||||
|
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- fbsd10
|
||||
- fbsd12
|
||||
- fbsd13
|
||||
- minix3
|
||||
# - nbsd2
|
||||
- nbsd3
|
||||
- nbsd4
|
||||
|
Loading…
Reference in New Issue
Block a user