[openssh-commits] [openssh] 01/01: Add OpenWRT mips and mipsel test targets.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 26 08:14:14 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 d23efe4b12886ffe416be10bc0a7da6ca8aa72d1
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Mar 26 08:13:46 2022 +1100

    Add OpenWRT mips and mipsel test targets.
---
 .github/configs                  | 4 ++++
 .github/workflows/selfhosted.yml | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/.github/configs b/.github/configs
index b3f42172..69ef9bbb 100755
--- a/.github/configs
+++ b/.github/configs
@@ -173,6 +173,10 @@ case "${TARGET_HOST}" in
 	# SHA256 functions in sha2.h conflict with OpenSSL's breaking sk-dummy
 	CONFIGFLAGS="${CONFIGFLAGS} --without-hardening --disable-security-key"
 	;;
+    openwrt-*)
+	CONFIGFLAGS="${CONFIGFLAGS} --without-openssl --without-zlib"
+	TEST_TARGET="t-exec"
+	;;
     sol10|sol11)
 	# sol10 VM is 32bit and the unit tests are slow.
 	# sol11 has 4 test configs so skip unit tests to speed up.
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 6b2cbd73..38bbcff7 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -41,6 +41,8 @@ jobs:
           - obsd70
           - obsdsnap
           - openindiana
+          - openwrt-mips
+          - openwrt-mipsel
           # - rocky84
           - sol10
           - sol11

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


More information about the openssh-commits mailing list