Skip to content

Commit

Permalink
CI: Add coverage measurement for armv7-unknown-linux-gnueabihf.
Browse files Browse the repository at this point in the history
Add coverage testing for armv7-unknown-linux-gnueabihf. Move the
"no neon" configuration from aarch64- to armv7- since we don't
support aarch64-*-linux-* without NEON.
  • Loading branch information
briansmith committed May 14, 2024
1 parent 9670e93 commit 3dda064
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,9 @@ jobs:
target:
- aarch64-apple-darwin # Has assembly
- aarch64-unknown-linux-gnu # Has assembly
- armv7-unknown-linux-gnueabihf # Has assembly
- 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 with flags
- powerpc64-unknown-linux-gnu # No assembly 64-bit big-endian with flags
- powerpc64le-unknown-linux-gnu # No assembly 64-bit little-endian with flags
Expand Down Expand Up @@ -561,8 +561,11 @@ jobs:
rust_channel: nightly
host_os: ubuntu-22.04

- target: armv7-unknown-linux-gnueabihf
host_os: ubuntu-22.04

- features: --features=unstable-testing-arm-no-neon,std
target: aarch64-unknown-linux-gnu
target: armv7-unknown-linux-gnueabihf
mode: # debug
rust_channel: nightly
host_os: ubuntu-22.04
Expand Down

0 comments on commit 3dda064

Please sign in to comment.