Skip to content

Commit

Permalink
Demote i386-linux-gnu to Tier 2 (#545)
Browse files Browse the repository at this point in the history
We're experiencing issues with running the automated tests on i386-linux-gnu
(see crystal-lang/crystal#11127) and that's unlikely to change anytime soon
  • Loading branch information
straight-shoota authored Aug 30, 2021
1 parent f651f6d commit 1d164b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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+) |

***

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

0 comments on commit 1d164b4

Please sign in to comment.