Skip to content

Commit 36500de

Browse files
committed
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.
2 parents 7a2779a + 087083e commit 36500de

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,15 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
186186

187187
Snapshot binaries are currently built and tested on several platforms:
188188

189-
| Platform / Architecture | x86 | x86_64 |
190-
|--------------------------------|-----|--------|
191-
| Windows (7, 8, Server 2008 R2) |||
192-
| Linux (2.6.18 or later) |||
193-
| OSX (10.7 Lion or later) |||
189+
| Platform / Architecture | x86 | x86_64 |
190+
|--------------------------|-----|--------|
191+
| Windows (7, 8, 10, ...) |||
192+
| Linux (2.6.18 or later) |||
193+
| OSX (10.7 Lion or later) |||
194194

195195
You may find that other platforms work, but these are our officially
196196
supported build environments that are most likely to work.
197197

198-
Rust currently needs between 600MiB and 1.5GiB of RAM to build, depending on platform.
199-
If it hits swap, it will take a very long time to build.
200-
201198
There is more advice about hacking on Rust in [CONTRIBUTING.md].
202199

203200
[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)