mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 19:32:09 +00:00
Add OpenWRT mips and mipsel test targets.
This commit is contained in:
parent
16ea8b8583
commit
d23efe4b12
4
.github/configs
vendored
4
.github/configs
vendored
@ -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.
|
||||
|
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
||||
- obsd70
|
||||
- obsdsnap
|
||||
- openindiana
|
||||
- openwrt-mips
|
||||
- openwrt-mipsel
|
||||
# - rocky84
|
||||
- sol10
|
||||
- sol11
|
||||
|
Loading…
Reference in New Issue
Block a user