CI: Temporarily move powerpc-unknown-linux-gnu from coverage to test-features.
This commit is contained in:
parent
acc256193e
commit
3878b1b28a
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -345,6 +345,7 @@ 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
|
- powerpc64le-unknown-linux-gnu
|
||||||
- s390x-unknown-linux-gnu
|
- s390x-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
@ -365,6 +366,9 @@ 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
|
- target: powerpc64le-unknown-linux-gnu
|
||||||
host_os: ubuntu-22.04
|
host_os: ubuntu-22.04
|
||||||
|
|
||||||
@ -506,7 +510,7 @@ jobs:
|
|||||||
- i686-unknown-linux-gnu # Has assembly
|
- i686-unknown-linux-gnu # Has assembly
|
||||||
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
|
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
|
||||||
# TODO: armv7-unknown-linux-gnueabihf # Has assembly but doesn't have profiler builtins
|
# TODO: armv7-unknown-linux-gnueabihf # Has assembly but doesn't have profiler builtins
|
||||||
- powerpc-unknown-linux-gnu # No assembly 32-bit big-endian
|
# TODO: powerpc-unknown-linux-gnu No assembly 32-bit big-endian but doesn't have profiler builtins
|
||||||
- powerpc64le-unknown-linux-gnu # No assembly 64-bit little-endian with flags
|
- powerpc64le-unknown-linux-gnu # No assembly 64-bit little-endian with flags
|
||||||
- riscv64gc-unknown-linux-gnu # No assembly 64-bit little-endian without flags
|
- riscv64gc-unknown-linux-gnu # No assembly 64-bit little-endian without flags
|
||||||
- s390x-unknown-linux-gnu # No assembly 64-bit big-endian
|
- s390x-unknown-linux-gnu # No assembly 64-bit big-endian
|
||||||
@ -533,9 +537,6 @@ jobs:
|
|||||||
- target: i686-unknown-linux-gnu
|
- target: i686-unknown-linux-gnu
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user