This is part of https://jyn.dev/2023/01/12/Bootstrapping-Rust-in-2023.html that's not a breaking change. Setting profile = "user" will be useful regardless of the rest of the changes mentioned there, since it will let us change the global defaults in bootstrap without impacting distros as much.
This is blocked on #107049. Note that ./configure --set profile=x should override the default of user.
I would like to also set download-ci-rustc = false in src/bootstrap/defaults/config.user.toml at the same time.
This is part of https://jyn.dev/2023/01/12/Bootstrapping-Rust-in-2023.html that's not a breaking change. Setting
profile = "user"will be useful regardless of the rest of the changes mentioned there, since it will let us change the global defaults in bootstrap without impacting distros as much.This is blocked on #107049. Note that
./configure --set profile=xshould override the default ofuser.I would like to also set
download-ci-rustc = falseinsrc/bootstrap/defaults/config.user.tomlat the same time.