diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2020-08-31 19:18:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 19:18:26 -0700 |
| commit | e7b4cde330ba95f4b7c369653c98c093453d5ef9 (patch) | |
| tree | 0a7ef85bf3d9b0bb26af460e03013cd38f3abcca | |
| parent | 9df193b6b28a692349b8c547bb2b563944c61fdf (diff) | |
| parent | 116ad98341e44e8469c989732a76cbd552ec42db (diff) | |
| download | rust-e7b4cde330ba95f4b7c369653c98c093453d5ef9.tar.gz rust-e7b4cde330ba95f4b7c369653c98c093453d5ef9.zip | |
Rollup merge of #76163 - lzutao:readme-glibc, r=cuviper
README: Adjust Linux and macOS support platform and architecture cc #74163
| -rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md index 095ffdd04b9..a7e23d8ac2c 100644 --- a/README.md +++ b/README.md @@ -211,11 +211,17 @@ 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) | (\*) | ✓ | + +(\*): Apple dropped support for running 32-bit binaries starting from macOS 10.15 and iOS 11. +Due to this decision from Apple, the targets are no longer useful to our users. +Please read [our blog post][macx32] for more info. + +[macx32]: https://blog.rust-lang.org/2020/01/03/reducing-support-for-32-bit-apple-targets.html You may find that other platforms work, but these are our officially supported build environments that are most likely to work. |
