-
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
Fix double resolving custom libdir #62497
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: try I have basically no idea how this works any more and it's just a jungle of configuration and path manipulation. If it builds binaries that I can install via rustup though seems reasonable to me. |
Fix double resolving custom libdir Fixes #62496 Related issue is https://bugs.gentoo.org/672816
☀️ Try build successful - checks-azure, checks-travis |
@bors: r+ Looks to work! |
📌 Commit c1aa2a4 has been approved by |
⌛ Testing commit c1aa2a4 with merge 14b5d6495c04d596c07705d12d3081e215adb3db... |
💔 Test failed - checks-azure |
Doesn't codegen backend placed in "lib" on windows? |
Tried a workaround for windows codegen path. |
This... seems to just be getting more complicated? Could there at least be a comment as to why |
I've added comment. |
This seems like it's just taking the previous code and just adding it to an else clause for "if windows do what previously happened", right? Could this be refactored to be less branch-y and special-case-y with perhaps the |
I'm not sure where it placed on windows. |
@alexcrichton Is it intended to have |
Yes thinking about this I don't think this iteration is quite right. It's intentional that |
Ping from triage: any updates? @o01eg |
@JohnTitor I've got ideas how to rewrite PR but I'm little busy now. |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@alexcrichton I've updated PR. |
ping from triage @alexcrichton could you review again? |
cc @pietroalbini as backup reviewer. |
I don't personally feel comfortable reviewing this as I don't really understand all the libdir manipulation in rustbuild all that well. I think @alexcrichton is probably the best reviewer (though perhaps also not a very good one, in that I'm not sure anyone really understands all of it too well). |
@bors: r+ Sorry for the delay in coming back to this! |
📌 Commit 8553cc0 has been approved by |
Fix double resolving custom libdir Fixes rust-lang#62496 Related issue is https://bugs.gentoo.org/672816
Fixes #62496
Related issue is https://bugs.gentoo.org/672816