Add OpenWRT mips and mipsel test targets.

This commit is contained in:
Darren Tucker 2022-03-26 08:13:46 +11:00
parent 16ea8b8583
commit d23efe4b12
2 changed files with 6 additions and 0 deletions

4
.github/configs vendored
View File

@ -173,6 +173,10 @@ case "${TARGET_HOST}" in
# SHA256 functions in sha2.h conflict with OpenSSL's breaking sk-dummy # SHA256 functions in sha2.h conflict with OpenSSL's breaking sk-dummy
CONFIGFLAGS="${CONFIGFLAGS} --without-hardening --disable-security-key" CONFIGFLAGS="${CONFIGFLAGS} --without-hardening --disable-security-key"
;; ;;
openwrt-*)
CONFIGFLAGS="${CONFIGFLAGS} --without-openssl --without-zlib"
TEST_TARGET="t-exec"
;;
sol10|sol11) sol10|sol11)
# sol10 VM is 32bit and the unit tests are slow. # sol10 VM is 32bit and the unit tests are slow.
# sol11 has 4 test configs so skip unit tests to speed up. # sol11 has 4 test configs so skip unit tests to speed up.

View File

@ -41,6 +41,8 @@ jobs:
- obsd70 - obsd70
- obsdsnap - obsdsnap
- openindiana - openindiana
- openwrt-mips
- openwrt-mipsel
# - rocky84 # - rocky84
- sol10 - sol10
- sol11 - sol11