keep the same config values in stage0 between invocations
This commit allows users to change the contents of the "config" key in src/stage0.json without having it overridden the next time the bump-stage0 tool is executed.
This commit is contained in:
parent
a0411e2bfe
commit
c1a0f49e9f
3 changed files with 31 additions and 20 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue