Skip to content

Commit 1f1c060

Browse files
committed
Enable full backtraces
1 parent 0916bbc commit 1f1c060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/bootstrap.py

+1
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ def bootstrap():
743743
args.extend(sys.argv[1:])
744744
env = os.environ.copy()
745745
env["BUILD"] = build.build
746+
env["RUST_BACKTRACE"] = "full"
746747
env["SRC"] = build.rust_root
747748
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
748749
env["BOOTSTRAP_PYTHON"] = sys.executable

0 commit comments

Comments
 (0)