-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 assume libunwind.a is available on musl #44070
Conversation
@bors p=1 |
@bors: r+ |
📌 Commit 3a8b00d has been approved by |
⌛ Testing commit 3a8b00d654d23d13484979a95ab873bd75f24a4f with merge c309b6f5378c92cef3584bc4ab85e06e350ab4ee... |
💔 Test failed - status-travis |
Want to just put a cfg on the attribute to avoid ever emitting the attribute on mips for now? |
@alexcrichton Yes, doing that now |
@bors: r+ |
📌 Commit dbcaf6c has been approved by |
⌛ Testing commit dbcaf6c with merge 65c2ad6777c21cef7e51e1613713026857199d6b... |
💔 Test failed - status-travis |
Do not assume libunwind.a is available on musl Fixes #40113, #44069, and clux/muslrust#16. libunwind.a is not copied from musl_root, so it must be integrated into the unwind crate.
☀️ Test successful - status-appveyor, status-travis |
Thanks again for the quick fix @smaeul! |
Fixes #40113, #44069, and clux/muslrust#16.
libunwind.a is not copied from musl_root, so it must be integrated into the unwind crate.