-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 failed #70208
Comments
I've hit this many times, and using |
Unfortunately, that doesn't help. I got the same error again after removing entire |
Hence the bootstrap should be in |
This line: rust/src/bootstrap/bootstrap.py Line 659 in 5f13820
We may need to remove CARGO_BUILD_TARGET in x.py . Or support it properly.
|
I personally consider this a "user error" in some sense, in that there's a bunch of cargo flags you can set (either in .cargo/config or environment) that'll break x.py -- I don't think we should be removing them ourselves, personally, since it seems like it's hard to be sure that they're really not necessary. I would also not want to support them, though... However, with |
Remove CARGO_BUILD_TARGET from bootstrap.py Closes rust-lang#70208
cc @pietroalbini @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: