summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-08-15 19:37:22 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-08-15 19:37:22 +1000
commit7c9115bbbf958fbf85259a061c1122e2d046aabf (patch)
treed808a968dd186bcdbc65ff68095074e66035d6f3
parent7909a566f6c6a78fcd30708dc49f4e4f9bb80ce3 (diff)
Add hurd test target.
-rwxr-xr-x.github/configs3
-rw-r--r--.github/workflows/selfhosted.yml1
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index 813dd0f7..bf7b7157 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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"
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index a7c2ca66..df6eca71 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -26,6 +26,7 @@ jobs:
- fbsd10
- fbsd12
- fbsd13
+ - hurd
- minix3
# - nbsd2
- nbsd3