-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[rustbuild] no entry fround for key during LLVM step when cross-compiling rustc #36268
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
Can you provide more assistance in debugging as well? For example what was at line 896 of lib.rs? What configuration did you provide? etc. |
Relevant line is a part of
At that point anything pertaining i686 in my config.toml were
Replacing
does still result in the same error. For now, I just specified |
Ah ok, thanks for the info! Right now this should be a better error (of course) but the cause is how rustbuild treats the |
If a triple is configured only as a target, not a host, then trying to build that triple with host artifacts would cause a panic. Fail a little nicer instead. Closes rust-lang#36268
rustbuild: Nicer error for host builds of targets If a triple is configured only as a target, not a host, then trying to build that triple with host artifacts would cause a panic. Fail a little nicer instead. Closes #36268
rustbuild: Nicer error for host builds of targets If a triple is configured only as a target, not a host, then trying to build that triple with host artifacts would cause a panic. Fail a little nicer instead. Closes #36268
The text was updated successfully, but these errors were encountered: