CI: Remove PowerPC and s390x jobs from test-features. Add PowerPC to test.

Add the powerpc-unknown-linux-gnu target to `test`. Remove PowerPC and
s390x targets from `test-features` because they slow down CI too much.
This commit is contained in:
Brian Smith 2023-10-02 13:35:07 -07:00
parent d34858a918
commit 52582adbce

View File

@ -180,6 +180,7 @@ jobs:
- i686-pc-windows-msvc
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- powerpc-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- riscv64gc-unknown-linux-gnu
- s390x-unknown-linux-gnu
@ -250,6 +251,9 @@ jobs:
- target: i686-unknown-linux-musl
host_os: ubuntu-22.04
- target: powerpc-unknown-linux-gnu
host_os: ubuntu-22.04
- target: powerpc64le-unknown-linux-gnu
host_os: ubuntu-22.04
@ -345,9 +349,6 @@ jobs:
target:
- aarch64-unknown-linux-musl
- i686-pc-windows-msvc
- powerpc-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- s390x-unknown-linux-gnu
- x86_64-unknown-linux-gnu
mode:
@ -366,15 +367,6 @@ jobs:
- target: i686-pc-windows-msvc
host_os: windows-latest
- target: powerpc-unknown-linux-gnu
host_os: ubuntu-22.04
- target: powerpc64le-unknown-linux-gnu
host_os: ubuntu-22.04
- target: s390x-unknown-linux-gnu
host_os: ubuntu-22.04
- target: x86_64-unknown-linux-gnu
host_os: ubuntu-22.04