-
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
x.py setup dist says it uses src/bootstrap/defaults/config.dist.toml, which does not exist #112846
Comments
Oh and even better, when you then do
and it seems like all subseqent calls to |
(Should we have a check at the time when we generate the |
Might be related to the issues raisesd in #112166 (comment) |
Yep, it is a direct consequence. I think we should revert this PR, it seems to be causing more harm than good. |
…rtlarsan68 Revert 'Rename profile=user to profile=dist' This reverts commit a45fc94 (rust-lang#112166) Reverted as it didn't meet the requirements (rust-lang#112166 (comment)) and is causing issues (closes rust-lang#112846) cc `@AnakinSkywalkeer`
Just like the title says, I did
x.py setup
and selected "dist", which claims it inherits its settings from a file that does not actually exist.The text was updated successfully, but these errors were encountered: