mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02: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
|
# 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.
|
||||||
|
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
|||||||
- obsd70
|
- obsd70
|
||||||
- obsdsnap
|
- obsdsnap
|
||||||
- openindiana
|
- openindiana
|
||||||
|
- openwrt-mips
|
||||||
|
- openwrt-mipsel
|
||||||
# - rocky84
|
# - rocky84
|
||||||
- sol10
|
- sol10
|
||||||
- sol11
|
- sol11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user