Skip to content

Commit

Permalink
Update i686/x86_64 linux-gnu minimum requirements
Browse files Browse the repository at this point in the history
The versions were raised to kernel 2.6.32 and glibc 2.11 in
<rust-lang/rust#74163>.
  • Loading branch information
cuviper committed Jul 20, 2020
1 parent 04cf389 commit 4489d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/release/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ target | std | rustc | cargo | notes
-------|-----|-------|-------|-------
`i686-pc-windows-gnu` | ✓ | ✓ | ✓ | 32-bit MinGW (Windows 7+)
`i686-pc-windows-msvc` | ✓ | ✓ | ✓ | 32-bit MSVC (Windows 7+)
`i686-unknown-linux-gnu` | ✓ | ✓ | ✓ | 32-bit Linux (2.6.18+)
`i686-unknown-linux-gnu` | ✓ | ✓ | ✓ | 32-bit Linux (kernel 2.6.32+, glibc 2.11+)
`x86_64-apple-darwin` | ✓ | ✓ | ✓ | 64-bit OSX (10.7+, Lion+)
`x86_64-pc-windows-gnu` | ✓ | ✓ | ✓ | 64-bit MinGW (Windows 7+)
`x86_64-pc-windows-msvc` | ✓ | ✓ | ✓ | 64-bit MSVC (Windows 7+)
`x86_64-unknown-linux-gnu` | ✓ | ✓ | ✓ | 64-bit Linux (2.6.18+)
`x86_64-unknown-linux-gnu` | ✓ | ✓ | ✓ | 64-bit Linux (kernel 2.6.32+, glibc 2.11+)

## Tier 2
Tier 2 platforms can be thought of as "guaranteed to build". Automated tests
Expand Down

0 comments on commit 4489d5e

Please sign in to comment.