Add hurd test target.

This commit is contained in:
Darren Tucker 2021-08-15 19:37:22 +10:00
parent 7909a566f6
commit 7c9115bbbf
2 changed files with 4 additions and 0 deletions

3
.github/configs vendored
View File

@ -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"

View File

@ -26,6 +26,7 @@ jobs:
- fbsd10
- fbsd12
- fbsd13
- hurd
- minix3
# - nbsd2
- nbsd3