Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/targets/targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@
# one is answered by nobody. This file is the set; a sentence inside it that
# restates the size of the set disagrees with it on the next line somebody adds.

aarch64-linux-android Android phones and tablets, and the Android-based televisions and set-top boxes that carry the same ABI. It is the widest single entry here.

armv7-linux-androideabi The second ABI the Android platform builds for, and the only 32-bit entry in this set. Every other line is 64-bit, so a pointer-width or alignment assumption written into the core compiles cleanly on all of them and is caught here or nowhere.

aarch64-apple-ios iOS and iPadOS, where the core is statically linked into a signed application binary.

aarch64-apple-tvos Apple's television platform. It is the entry a reader will question, and it is here because the alternative is a fourth client family whose first compile happens in somebody else's repository.

aarch64-apple-darwin The macOS desktop client on Apple silicon.

x86_64-pc-windows-msvc The Windows desktop client. It is the one entry whose toolchain differs from every other in this set, so a construct every other line here accepts can still stop at this one.

x86_64-unknown-linux-gnu The Linux desktop client, and the host the suite itself runs on.
Loading
Loading