-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert "Fix custom relative libdir." #59668
Conversation
This reverts commit 5bcc365.
(rust_highfive has picked a reviewer for you, use r? to override) |
@@ -518,8 +516,7 @@ impl Step for Rustc { | |||
.join("bin") | |||
.join(&exe); | |||
// for the rationale about this rename check `compile::copy_lld_to_sysroot` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this part only should be reverted, could you check it on windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately I don't have a Windows machine to test on, so I'm just trying to fix the regession quickly.
@alexcrichton I did some more investigation on #59661 and I'm no longer sure that |
Ok, I can now confirm that the problem was that #59341 broke Edit: It seems like projects that don't use |
@phil-opp is |
Yes, it is. I just booted up an old Windows machine to verify this on physical hardware. Edit: Removed a previous claim that it worked in a project without |
I just compiled a project that does not use |
Ok, I think we'll still want to fix this in that case (rather than taking no action at all). I haven't dug into the patch to see what a fix for both the original issue and this issue is, so for now I think we'll still want to revert. |
I've added other PR to fix rust-lld placement. |
I should be able to test #59672 much later today or tomorrow early with |
@bors r+ (but not entirely clear to me based on discussion if we actually want to land this) |
📌 Commit afad743 has been approved by |
@Mark-Simulacrum Could reverting small part be tested before? |
Revert rust-lld place changes Fixes rust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
Revert rust-lld place changes Fixes rust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
This reverts #59341 which appears to have caused #59661 as a regression by accident. While we work that out let's get working nightlies again!
Closes #59661