summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-08-31 14:43:54 +0000
committerLzu Tao <taolzu@gmail.com>2020-08-31 14:43:54 +0000
commit029ff37d30db1e76f09780a42d82f82c5477ff44 (patch)
tree4c61808664e650993bce09701b69145035ec636f /README.md
parent3b4797cb598260b96dd8d6e47cd429210e14c1f6 (diff)
downloadrust-029ff37d30db1e76f09780a42d82f82c5477ff44.tar.gz
Adjust Linux supported kernels and glibc
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 095ffdd04b9..d4284d5fcfe 100644
--- a/README.md
+++ b/README.md
@@ -211,11 +211,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
Snapshot binaries are currently built and tested on several platforms:
-| Platform / Architecture | x86 | x86_64 |
-|----------------------------|-----|--------|
-| Windows (7, 8, 10, ...) | ✓ | ✓ |
-| Linux (2.6.18 or later) | ✓ | ✓ |
-| macOS (10.7 Lion or later) | ✓ | ✓ |
+| Platform / Architecture | x86 | x86_64 |
+|---------------------------------------------|-----|--------|
+| Windows (7, 8, 10, ...) | ✓ | ✓ |
+| Linux (kernel 2.6.32, glibc 2.11 or later) | ✓ | ✓ |
+| macOS (10.7 Lion or later) | ✓ | ✓ |
You may find that other platforms work, but these are our officially
supported build environments that are most likely to work.