]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add OpenWRT mips and mipsel test targets.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 25 Mar 2022 21:13:46 +0000 (08:13 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 25 Mar 2022 21:13:46 +0000 (08:13 +1100)
.github/configs
.github/workflows/selfhosted.yml

index b3f421727d8819b307c963ae67157e561e5a6b18..69ef9bbb7b98bea454a2d78cd10ece0a152a3010 100755 (executable)
@@ -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.
index 6b2cbd737f06af1ccb999865184d3e49a3413ba6..38bbcff77f23f5f7de905e34c741c128bc1c8499 100644 (file)
@@ -41,6 +41,8 @@ jobs:
           - obsd70
           - obsdsnap
           - openindiana
+          - openwrt-mips
+          - openwrt-mipsel
           # - rocky84
           - sol10
           - sol11