[openssh-commits] [openssh] 01/01: Add hurd test target.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Aug 15 19:37:50 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7c9115bbbf958fbf85259a061c1122e2d046aabf
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Aug 15 19:37:22 2021 +1000
Add hurd test target.
---
.github/configs | 3 +++
.github/workflows/selfhosted.yml | 1 +
2 files changed, 4 insertions(+)
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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list