Skip to content

Commit cae197d

Browse files
committed
[DO NOT MERGE] Always trace
1 parent f5a1ef7 commit cae197d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/bootstrap.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,9 @@ def build_bootstrap_cmd(self, env):
11301130
]
11311131
args.extend("--verbose" for _ in range(self.verbose))
11321132

1133-
if "BOOTSTRAP_TRACING" in env:
1134-
args.append("--features=tracing")
1133+
#if "BOOTSTRAP_TRACING" in env:
1134+
args.append("--features=tracing")
1135+
env["BOOTSTRAP_TRACING"] = "bootstrap=trace"
11351136

11361137
if self.use_locked_deps:
11371138
args.append("--locked")

0 commit comments

Comments
 (0)