-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
bootstrap: profile = "tools" contains incompatible options. #127951
Copy link
Copy link
Closed
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustA-download-rustcArea: The `rust.download-rustc` build option.Area: The `rust.download-rustc` build option.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustA-download-rustcArea: The `rust.download-rustc` build option.Area: The `rust.download-rustc` build option.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
With a
config.tomlof just:rustdoc fails to build:
config.tools.tomlshould be changed such that including it works.Alternatively, bootstrap could be taught to build tools with debugging enabled, even if the
compiler/crates don't have debug logging.Probably due to #127322, CC @onur-ozkan