rust/src/bootstrap/defaults
Joshua Nelson ac672621c0 Set download-ci-llvm = "if-available" by default when channel = "dev"
See https://github.com/rust-lang/compiler-team/issues/566.
The motivation for changing the default is to avoid downloading and building LLVM when someone runs `x build` before running `x setup`.
The motivation for only doing it on `channel = "dev"` is to avoid breaking distros or users installing from source. It works because `dev` is also the default channel.

The diff looks larger than it is; most of it is moving the `llvm` branch below the `rust` so `config.channel` is set.
2022-11-19 22:13:22 -05:00
..
config.codegen.toml Enable compiler-docs by default for compiler, codegen, and tools profiles. 2022-05-05 20:05:12 -05:00
config.compiler.toml Enable compiler-docs by default for compiler, codegen, and tools profiles. 2022-05-05 20:05:12 -05:00
config.library.toml bootstrap: Update comment (again) in config.library.toml 2021-09-30 11:25:20 -05:00
config.tools.toml Enable compiler-docs by default for compiler, codegen, and tools profiles. 2022-05-05 20:05:12 -05:00
config.user.toml Set download-ci-llvm = "if-available" by default when channel = "dev" 2022-11-19 22:13:22 -05: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.