From: Darren Tucker Date: Sun, 15 Aug 2021 09:37:22 +0000 (+1000) Subject: Add hurd test target. X-Git-Tag: V_8_7_P1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9115bbbf958fbf85259a061c1122e2d046aabf;p=thirdparty%2Fopenssh-portable.git Add hurd test target. --- diff --git a/.github/configs b/.github/configs index 813dd0f79..bf7b71572 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 a7c2ca663..df6eca714 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -26,6 +26,7 @@ jobs: - fbsd10 - fbsd12 - fbsd13 + - hurd - minix3 # - nbsd2 - nbsd3