Skip to content

Commit e7b4cde

Browse files
authored
Rollup merge of rust-lang#76163 - lzutao:readme-glibc, r=cuviper
README: Adjust Linux and macOS support platform and architecture cc rust-lang#74163
2 parents 9df193b + 116ad98 commit e7b4cde

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,17 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
211211
212212
Snapshot binaries are currently built and tested on several platforms:
213213
214-
| Platform / Architecture | x86 | x86_64 |
215-
|----------------------------|-----|--------|
216-
| Windows (7, 8, 10, ...) | ✓ | ✓ |
217-
| Linux (2.6.18 or later) | ✓ | ✓ |
218-
| macOS (10.7 Lion or later) | ✓ | ✓ |
214+
| Platform / Architecture | x86 | x86_64 |
215+
|---------------------------------------------|-----|--------|
216+
| Windows (7, 8, 10, ...) | ✓ | ✓ |
217+
| Linux (kernel 2.6.32, glibc 2.11 or later) | ✓ | ✓ |
218+
| macOS (10.7 Lion or later) | (\*) | ✓ |
219+
220+
(\*): Apple dropped support for running 32-bit binaries starting from macOS 10.15 and iOS 11.
221+
Due to this decision from Apple, the targets are no longer useful to our users.
222+
Please read [our blog post][macx32] for more info.
223+
224+
[macx32]: https://blog.rust-lang.org/2020/01/03/reducing-support-for-32-bit-apple-targets.html
219225
220226
You may find that other platforms work, but these are our officially
221227
supported build environments that are most likely to work.

0 commit comments

Comments
 (0)