-
Notifications
You must be signed in to change notification settings - Fork 13.3k
explicitly add SYSROOT/lib directory to dylib var #43694
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
the build of nightly currently fail for OpenBSD. please note I am unsure that tracing it, I found that when |
@Mark-Simulacrum I saw you made some refactor regarding |
I think the right fix here is actually to make https://github.com/rust-lang/rust/blob/master/src/bootstrap/builder.rs#L430 be a call to |
Ah, I'll also reassign to review on me, though if I'm unresponsive, @alexcrichton is a good alternative. |
…m rustbuild suggestion from Mark-Simulacrum
@Mark-Simulacrum yes it works well with the proposed change. I updated the PR. Thanks. |
@bors r+ |
📌 Commit c982d6a has been approved by |
explicitly add SYSROOT/lib directory to dylib var it makes platforms without (or partial) rpath support to be able to run rustdoc binary.
☀️ Test successful - status-appveyor, status-travis |
Disable rpath after rust-lang/rust#43694
it makes platforms without (or partial) rpath support to be able to run
rustdoc binary.