rust/src/bootstrap/defaults
Joshua Nelson 6840030283 Default to doc-stage = 2 for the tools profile
This already enables `download-rustc`, so it's quick to build rustdoc,
and this makes it less confusing when changes to rustdoc aren't reflected in the docs.

Note that this uses 2 and not 1 because `download-rustc` only affects stage 2 runs.
2021-12-09 11:30:38 -06:00
..
config.codegen.toml Set backtrace-on-ice by default for compiler and codegen profiles 2021-04-25 12:09:08 -04:00
config.compiler.toml Set backtrace-on-ice by default for compiler and codegen profiles 2021-04-25 12:09:08 -04:00
config.library.toml bootstrap: Update comment (again) in config.library.toml 2021-09-30 11:25:20 -05:00
config.tools.toml Default to doc-stage = 2 for the tools profile 2021-12-09 11:30:38 -06:00
config.user.toml Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} 2020-10-04 18:35:16 -07:00
README.md reduce overlong line 2020-09-27 04:22:55 +02:00

About bootstrap defaults

These defaults are intended to be a good starting point for working with x.py, with the understanding that no one set of defaults make sense for everyone.

They are still experimental, and we'd appreciate your help improving them! If you use a setting that's not in these defaults that you think others would benefit from, please file an issue or make a PR with the changes. Similarly, if one of these defaults doesn't match what you use personally, please open an issue to get it changed.