mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-13 05:01:01 +00:00
Add hurd test target.
This commit is contained in:
parent
7909a566f6
commit
7c9115bbbf
3
.github/configs
vendored
3
.github/configs
vendored
@ -118,6 +118,9 @@ case "${TARGET_HOST}" in
|
||||
# scp 3-way connection hangs on these so skip until sorted.
|
||||
SKIP_LTESTS=scp3
|
||||
;;
|
||||
hurd)
|
||||
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent"
|
||||
;;
|
||||
minix3)
|
||||
CC="clang"
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
|
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
- fbsd10
|
||||
- fbsd12
|
||||
- fbsd13
|
||||
- hurd
|
||||
- minix3
|
||||
# - nbsd2
|
||||
- nbsd3
|
||||
|
Loading…
Reference in New Issue
Block a user