about summary refs log tree commit diff
path: root/bootstrap.example.toml
AgeCommit message (Collapse)AuthorLines
2025-07-14Add comment about features not part of "extra-features"Stypox-1/+2
2025-07-02bootstrap: add build.tidy-extra-checks optionbinarycat-0/+9
2025-06-20bootstrap.example.toml: add note explaining tomlbinarycat-0/+8
2025-06-20update configure.py to handle new bootstrap.example.tomlbinarycat-1/+1
2025-06-17bootstrap.example.toml: use less contextual formatbinarycat-194/+189
prefixing each key with its section means you don't need to scroll up 4 pages to see which section a particular key is from. target specific options were kept in old format since the exact section name depends on the target, so those options must now be moved to the bottom of the file.
2025-06-12Rename tool-config to tool and add docsStypox-2/+3
2025-06-11Add bootstrap option to compile a tool with featuresStypox-0/+8
2025-04-29add `rust.debug-assertions-tools` optionPietro Albini-0/+6
2025-04-28Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-SimulacrumChris Denton-1/+1
Download GCC from CI on test builders This should reduce the duration of the `x86_64-gnu-llvm-18` job, which runs on PR CI, which is currently the only one that builds GCC (outside of the x64 dist builder). Since we handle the GCC download in the GCC step, and not eagerly in config, we can set this flag globally across all test builders, as it won't do anything unless they actually try to build GCC. Opening as a draft to test if it works on CI, because I still need to implement logic to avoid the download if there are any local modifications to GCC (essentially the "if-unchanged" mode, although I want to try something a bit different). r? ```@ghost```
2025-04-26clarified bootstrap optimization agrsKivooeo-1/+1
2025-04-23Fix `download-ci-gcc key` in `bootstrap.example.toml`Jakub Beránek-1/+1
2025-04-15apply nit notesonur-ozkan-0/+3
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-04-15document `include` in `bootstrap.example.toml`onur-ozkan-0/+5
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-04-05create new option `build.compiletest-use-stage0-libtest`onur-ozkan-1/+4
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-03-28Add new change-id option in bootstrap.example.toml and update the change-id ↵bit-aloo-2/+3
description references
2025-03-23doc: rename reference #create-a-configtoml to #create-a-bootstraptomlChiichen-2/+2
2025-03-17change config.toml to bootstrap.toml for bootstrap modulebit-aloo-0/+998