From 029ff37d30db1e76f09780a42d82f82c5477ff44 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Mon, 31 Aug 2020 14:43:54 +0000 Subject: [PATCH 1/2] Adjust Linux supported kernels and glibc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 095ffdd04b982..d4284d5fcfefd 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. From 116ad98341e44e8469c989732a76cbd552ec42db Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 1 Sep 2020 01:11:05 +0000 Subject: [PATCH 2/2] Remove tick for macOS x86 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4284d5fcfefd..a7e23d8ac2caa 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,13 @@ Snapshot binaries are currently built and tested on several platforms: |---------------------------------------------|-----|--------| | Windows (7, 8, 10, ...) | ✓ | ✓ | | Linux (kernel 2.6.32, glibc 2.11 or later) | ✓ | ✓ | -| macOS (10.7 Lion 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.