summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-03-26 08:13:46 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-03-26 08:13:46 +1100
commitd23efe4b12886ffe416be10bc0a7da6ca8aa72d1 (patch)
tree7eccdc0d0d596d639aff27a065f630e0acf0b81b /.github
parent16ea8b85838dd7a4dbeba4e51ac4f43fd68b1e5b (diff)
Add OpenWRT mips and mipsel test targets.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs4
-rw-r--r--.github/workflows/selfhosted.yml2
2 files changed, 6 insertions, 0 deletions
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