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 fa5506f commit 8b9615b
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
- i686-unknown-linux-gnu
- powerpc-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
- 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
- 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 8b9615b

Please sign in to comment.