-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc-1.27.1 build fails with extended = true
#52305
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
Comments
Are you sure that was a fatal error? On Fedora, I got such failed builds for both clippy and miri -- neither of which are shipped -- and the overall build was still successful. There's also a problem with the installer, #51650, that would come later if your stage0 is also 1.27. |
@cuviper ah, you are correct. I was thrown off because the error is all noisy with colors and then the final line is an understated white on black unindented or otherwise -adorned |
We could have rustbuild write a prominent message after these optional tool failures, "but we don't care, continuing...", and then highlight the overall completion message too. |
Those are nice improvements and probably low-hanging fruit, but what do you think of the suggestion to let We might even remove the |
That also sounds good to better control which tools attempt to build. |
I'm pretty sure this was fixed relatively recently (we reworked extended/tools handling), so going to go ahead and close. Feel free to reopen if something like this arises again. |
With this configuration:
Which fails like this:
@Mark-Simulacrum mentioned on Discord that this might be fixed by passing
--exclude src/tools/miri
, which is correct. Still, it would be nice if the build system worked correctly here.One option would be to use the
tools
config not just to toggle installation, but also compilation.The text was updated successfully, but these errors were encountered: