-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./configure
should set profile = "user"
by default
#107050
Comments
Is this an Issue that should be tackled after #107049 is completed? |
Yes, fixing this requires fixing the other first. |
@rustbot claim |
@reez12g Hey Rento, are you still interested in working on this? I was working on issue 107049, and I think this is a natural extension of it. Would you might if I take over this issue? Otherwise, no pressure! |
@lionellloh |
Cool, thanks for your understanding. I will put a PR after #108229 is merged in. @rustbot claim |
#108229 has been merged :) |
Is |
@lionellloh I actually ended up making that change myself in #108625, sorry. |
Fix various configure bugs Fixes rust-lang#107050. Fixes rust-lang#108928. Closes rust-lang#108641. I recommend reading this commit-by-commit to see the commit descriptions, but the code changes are small. This also changes the README to suggest `configure` instead of `printf`, as well as a few other cleanups described in the commit message.
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 ofuser
.I would like to also set
download-ci-rustc = false
insrc/bootstrap/defaults/config.user.toml
at the same time.The text was updated successfully, but these errors were encountered: