Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote x86_64-linux-musl to Tier 1, demote i386-linux-gnu to Tier 2 #539

Closed
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
4 changes: 2 additions & 2 deletions docs/platform_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Tier 1 platforms can be thought of as “guaranteed to work”. Specifically the
| ------ | -------- | --- | ----------- |
| x86_64-darwin | ✓ | ✓ | 64-bit OSX (10.7+, Lion+) |
| x86_64-linux-gnu | ✓ | ✓ | 64-bit Linux (2.6.18+) |
| i386-linux-gnu | ✓ | ✓ | 32-bit Linux (2.6.18+) |
| x86_64-linux-musl | ✓ | ✓ | 64-bit Linux (MUSL) |

***

Expand All @@ -32,7 +32,7 @@ Tier 2 platforms can be thought of as “expected to build”. Automated tests a
| aarch64-linux-musl | ✓ | ✓ | ARM 64-bit Linux (MUSL, hardfloat) |
| arm-linux-gnueabihf | ✓ | ✓ | ARM 32-bit Linux (GNU, hardfloat) |
| i386-linux-musl | ✓ | ✓ | 32-bit Linux (MUSL) |
| x86_64-linux-musl | ✓ | ✓ | 64-bit Linux (MUSL) |
| i386-linux-gnu | ✓ | ✓ | 32-bit Linux (2.6.18+) |
| x86_64-openbsd | ✓ | ✓ | 64-bit OpenBSD (6.x) |
| x86_64-freebsd | ✓ | ✓ | 64-bit FreeBSD (11.x) |

Expand Down