From: Darren Tucker Date: Fri, 25 Mar 2022 21:13:46 +0000 (+1100) Subject: Add OpenWRT mips and mipsel test targets. X-Git-Tag: V_9_0_P1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23efe4b12886ffe416be10bc0a7da6ca8aa72d1;p=thirdparty%2Fopenssh-portable.git Add OpenWRT mips and mipsel test targets. --- diff --git a/.github/configs b/.github/configs index b3f421727..69ef9bbb7 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 6b2cbd737..38bbcff77 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