We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a1ef7 + ec7f3ef commit 386bf13Copy full SHA for 386bf13
src/bootstrap/bootstrap.py
@@ -1130,8 +1130,8 @@ def build_bootstrap_cmd(self, env):
1130
]
1131
args.extend("--verbose" for _ in range(self.verbose))
1132
1133
- if "BOOTSTRAP_TRACING" in env:
1134
- args.append("--features=tracing")
+ #if "BOOTSTRAP_TRACING" in env:
+ args.append("--features=tracing")
1135
1136
if self.use_locked_deps:
1137
args.append("--locked")
src/bootstrap/src/core/config/config.rs
@@ -48,6 +48,7 @@ pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
48
":!src/rustdoc-json-types",
49
":!tests",
50
":!triagebot.toml",
51
+ ":!src/bootstrap",
52
];
53
54
macro_rules! check_ci_llvm {
0 commit comments