rust/src/bootstrap/defaults
nora 9adbf6270e
Disable download-rustc for library profile
The feature currently completely breaks `x test`, core functionality of working on the standard library.
Therefore it should be disabled by default until that problem is fixed.
Having to wait a bit longer for a check build is nothing compared to completely mysterious build errors when testing.
2025-07-07 13:02:00 +02:00
..
bootstrap.compiler.toml Silence warning in default compiler bootstrap settings 2025-05-12 07:53:28 +00:00
bootstrap.dist.toml Do not enable LLD by default in the dist profile 2025-07-01 08:19:34 +02:00
bootstrap.library.toml Disable download-rustc for library profile 2025-07-07 13:02:00 +02:00
bootstrap.tools.toml change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
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.