about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-01-01 11:47:58 +0000
committerbors <bors@rust-lang.org>2019-01-01 11:47:58 +0000
commit36500deb1a276e47e9780876c136e8ceea46a860 (patch)
tree21dda57cc6f04de3d38f8061f39576b6125131ba
parent7a2779a4624db2b9ef1f114a9a9acf9ca5c29d0c (diff)
parent087083e8a4e65f28bca3fc77a84bd93fc60519d9 (diff)
downloadrust-36500deb1a276e47e9780876c136e8ceea46a860.tar.gz
rust-36500deb1a276e47e9780876c136e8ceea46a860.zip
Auto merge of #57203 - nagisa:readme, r=Mark-Simulacrum
Remove mention of required memory to build

Because it, obviously, changes all the time and 600MiB is way out-of-date now.
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index dc013a1ad2b..7eb5e8067ed 100644
--- a/README.md
+++ b/README.md
@@ -186,18 +186,15 @@ 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, Server 2008 R2) | ✓   | ✓      |
-| Linux (2.6.18 or later)        | ✓   | ✓      |
-| OSX (10.7 Lion or later)       | ✓   | ✓      |
+| Platform / Architecture  | x86 | x86_64 |
+|--------------------------|-----|--------|
+| Windows (7, 8, 10, ...)  | ✓   | ✓      |
+| Linux (2.6.18 or later)  | ✓   | ✓      |
+| OSX (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.
 
-Rust currently needs between 600MiB and 1.5GiB of RAM to build, depending on platform.
-If it hits swap, it will take a very long time to build.
-
 There is more advice about hacking on Rust in [CONTRIBUTING.md].
 
 [CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md