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:
parent
d34858a918
commit
52582adbce
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -180,6 +180,7 @@ jobs:
|
|||||||
- i686-pc-windows-msvc
|
- i686-pc-windows-msvc
|
||||||
- i686-unknown-linux-gnu
|
- i686-unknown-linux-gnu
|
||||||
- i686-unknown-linux-musl
|
- i686-unknown-linux-musl
|
||||||
|
- powerpc-unknown-linux-gnu
|
||||||
- powerpc64le-unknown-linux-gnu
|
- powerpc64le-unknown-linux-gnu
|
||||||
- riscv64gc-unknown-linux-gnu
|
- riscv64gc-unknown-linux-gnu
|
||||||
- s390x-unknown-linux-gnu
|
- s390x-unknown-linux-gnu
|
||||||
@ -250,6 +251,9 @@ jobs:
|
|||||||
- target: i686-unknown-linux-musl
|
- target: i686-unknown-linux-musl
|
||||||
host_os: ubuntu-22.04
|
host_os: ubuntu-22.04
|
||||||
|
|
||||||
|
- target: powerpc-unknown-linux-gnu
|
||||||
|
host_os: ubuntu-22.04
|
||||||
|
|
||||||
- target: powerpc64le-unknown-linux-gnu
|
- target: powerpc64le-unknown-linux-gnu
|
||||||
host_os: ubuntu-22.04
|
host_os: ubuntu-22.04
|
||||||
|
|
||||||
@ -345,9 +349,6 @@ jobs:
|
|||||||
target:
|
target:
|
||||||
- aarch64-unknown-linux-musl
|
- aarch64-unknown-linux-musl
|
||||||
- i686-pc-windows-msvc
|
- i686-pc-windows-msvc
|
||||||
- powerpc-unknown-linux-gnu
|
|
||||||
- powerpc64le-unknown-linux-gnu
|
|
||||||
- s390x-unknown-linux-gnu
|
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
mode:
|
mode:
|
||||||
@ -366,15 +367,6 @@ jobs:
|
|||||||
- target: i686-pc-windows-msvc
|
- target: i686-pc-windows-msvc
|
||||||
host_os: windows-latest
|
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
|
- target: x86_64-unknown-linux-gnu
|
||||||
host_os: ubuntu-22.04
|
host_os: ubuntu-22.04
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user