-
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
Internal compiler error running ./src/ci/docker/run.sh
#46781
Comments
This is an ICE I've encountered many times before running this script and has to do with debug assertions being enabled in the compiler. I forget about when this started to appear but it's certainly not a new bug. You can work around this by setting |
Thank you for the suggested workaround. After more thorough searching, I have found this is a duplicate of #43982 so I will close. |
I was attempting to run the ci/docker build.
I set up a machine with Ubuntu 14.04, installed docker and assorted build tools, cloned
rust-lang/rust
(master -> 3537658), and ran:./src/ci/docker/run.sh dist-x86_64-linux
The build ran for some time then failed with the following internal compiler error.
Note that I originally had run this yesterday for
dist-x86_64-freebsd
and had the same or a very similar error that I did not save because I assumed I had done something wrong. I just tried a different one today.I'm still not sure I'm doing this right so if I am just taking the wrong steps to run this let me know. There is a considerable amount of additional log material I am leaving out that occurs before this point.
The text was updated successfully, but these errors were encountered: