]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/bootstrap.py
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
[rust.git] / src / bootstrap / bootstrap.py
index 635e4f3703b1c52b761b31783efab4b4e1f189f2..3b2b507b062371a3c8e68d285cfd5d7d4d9ac5aa 100644 (file)
@@ -1043,7 +1043,7 @@ def bootstrap(help_triggered):
     build.checksums_sha256 = data["checksums_sha256"]
     build.stage0_compiler = Stage0Toolchain(data["compiler"])
 
-    build.set_dist_environment(data["dist_server"])
+    build.set_dist_environment(data["config"]["dist_server"])
 
     build.build = args.build or build.build_triple()