You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are not so much requirements as _recommendations_:
24
+
25
+
*~15GB of free disk space (~25GB or more if doing incremental builds).
26
+
*>= 8GB RAM
27
+
*>= 4 cores
28
+
* Internet access
29
+
30
+
Beefier machines will lead to much faster builds. If your machine is not very
31
+
powerful, a common strategy is to only use `./x.py check` on your local machine
32
+
and let the CI build test your changes when you push to a PR branch.
9
33
10
34
## `rustc` and toolchain installation
11
35
12
-
Follow the installation given in the [Rust book](https://doc.rust-lang.org/book/ch01-01-installation.html) to install a working `rustc` and the necessary C/++ toolchain on your platform.
36
+
Follow the installation given in the [Rust book][install] to install a working
37
+
`rustc` and the necessary C/++ toolchain on your platform.
0 commit comments