File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,15 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
186186
187187Snapshot 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
195195You may find that other platforms work, but these are our officially
196196supported 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-
201198There is more advice about hacking on Rust in [ CONTRIBUTING.md] .
202199
203200[ CONTRIBUTING.md ] : https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments