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.
This commit is contained in:
commit
36500deb1a
1 changed files with 5 additions and 8 deletions
13
README.md
13
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:
|
Snapshot binaries are currently built and tested on several platforms:
|
||||||
|
|
||||||
| Platform / Architecture | x86 | x86_64 |
|
| Platform / Architecture | x86 | x86_64 |
|
||||||
|--------------------------------|-----|--------|
|
|--------------------------|-----|--------|
|
||||||
| Windows (7, 8, Server 2008 R2) | ✓ | ✓ |
|
| Windows (7, 8, 10, ...) | ✓ | ✓ |
|
||||||
| Linux (2.6.18 or later) | ✓ | ✓ |
|
| Linux (2.6.18 or later) | ✓ | ✓ |
|
||||||
| OSX (10.7 Lion or later) | ✓ | ✓ |
|
| OSX (10.7 Lion or later) | ✓ | ✓ |
|
||||||
|
|
||||||
You may find that other platforms work, but these are our officially
|
You may find that other platforms work, but these are our officially
|
||||||
supported build environments that are most likely to work.
|
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].
|
There is more advice about hacking on Rust in [CONTRIBUTING.md].
|
||||||
|
|
||||||
[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
|
[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue