You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Latest cron build failed with a missing
-lunwind
Apparently that's needed now. Tried making a new image and add an
apt-get install libunwind-dev
, but that shifts the error to the more confusing:This is also on the plain crate which doesn't use lzma. Probably need to compile libunwind with musl?
The text was updated successfully, but these errors were encountered: