Skip to content

Commit

Permalink
CI: Add code coverage measurement for arm-unknown-linux-gnueabi.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed May 14, 2024
1 parent 64e0923 commit 0426979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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
- arm-unknown-linux-gnueabi # 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
- 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,6 +561,9 @@ jobs:
rust_channel: nightly
host_os: ubuntu-22.04

- target: arm-unknown-linux-gnueabi
host_os: ubuntu-22.04

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

Expand Down

0 comments on commit 0426979

Please sign in to comment.