-
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
Do not try to statically link libstdc++ on Solaris #98081
Conversation
Fixes: Error on bootstrapping : Empty search path given via '-L' (solaris) rust-lang#97260
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
@bors r+ rollup=iffy |
📌 Commit 6f0d614 has been approved by |
(I think it's technically possible for someone to provide their own static libc++ on Solaris, but that seems quite rare and they can always patch bootstrap or open an issue if necessary.) |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c3b7d7b): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fixes #97260