Skip to content

Commit

Permalink
CI: Document critical aspects of each target in coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Oct 1, 2023
1 parent f1a351e commit 84b3542
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,15 @@ jobs:

# TODO: targets
target:
- aarch64-unknown-linux-gnu
- arm-unknown-linux-gnueabi
- i686-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- riscv64gc-unknown-linux-gnu
- s390x-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-gnu # Has assembly
- arm-unknown-linux-gnueabi # Has assembly
# - armv7-unknown-linux-gnueabihf # Has assembly (TODO: https://github.com/rust-lang/rust/issues/79640)

- i686-unknown-linux-gnu # Has assembly
- 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
- x86_64-unknown-linux-musl # Has assembly

mode:
- # debug
Expand Down

0 comments on commit 84b3542

Please sign in to comment.