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