Skip to content

Commit

Permalink
CI: Temporarily move powerpc-unknown-linux-gnu from coverage to test-…
Browse files Browse the repository at this point in the history
…features.
  • Loading branch information
briansmith committed Oct 2, 2023
1 parent acc2561 commit 3878b1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ 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
Expand All @@ -365,6 +366,9 @@ 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

Expand Down Expand Up @@ -506,7 +510,7 @@ jobs:
- i686-unknown-linux-gnu # Has assembly
# 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
- 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
- riscv64gc-unknown-linux-gnu # No assembly 64-bit little-endian without flags
- s390x-unknown-linux-gnu # No assembly 64-bit big-endian
Expand All @@ -533,9 +537,6 @@ jobs:
- target: i686-unknown-linux-gnu
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

Expand Down

0 comments on commit 3878b1b

Please sign in to comment.