CI: Add mips-unknown-linux-gnu and mipsel-unknown-linux-gnu to test matrix.
This commit is contained in:
parent
2f7471d05f
commit
0042789cfe
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -229,6 +229,16 @@ jobs:
|
||||
- target: i686-unknown-linux-musl
|
||||
host_os: ubuntu-22.04
|
||||
|
||||
- target: mips-unknown-linux-gnu
|
||||
mode: --release
|
||||
rust_channel: 1.71.0 # No prebuilt toolchain for later versions.
|
||||
host_os: ubuntu-22.04
|
||||
|
||||
- target: mipsel-unknown-linux-gnu
|
||||
mode: --release
|
||||
rust_channel: 1.71.0 # No prebuilt toolchain for later versions.
|
||||
host_os: ubuntu-22.04
|
||||
|
||||
- target: powerpc-unknown-linux-gnu
|
||||
host_os: ubuntu-22.04
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user