[openssh-commits] [openssh] 08/08: Skip unit tests on slow riscv64 hardware.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 28 22:39:40 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit f84b9cffd52c9c5c359a54a1929f9948e803ab1d
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Nov 28 21:09:28 2022 +1100

    Skip unit tests on slow riscv64 hardware.
---
 .github/configs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/configs b/.github/configs
index 50acb6d8..28a829cc 100755
--- a/.github/configs
+++ b/.github/configs
@@ -222,6 +222,10 @@ case "${TARGET_HOST}" in
 	TEST_TARGET="t-exec TEST_SHELL=bash"
 	SKIP_LTESTS="rekey sftp"
 	;;
+    debian-riscv64)
+	# This machine is fairly slow, so skip the unit tests.
+	TEST_TARGET="t-exec"
+	;;
     dfly58*|dfly60*)
 	# scp 3-way connection hangs on these so skip until sorted.
 	SKIP_LTESTS=scp3

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list