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
As mentioned in rust-lang/rust#34978, the Rust-provided MUSL components are now being built with a newer version of binutils, one that is incompatible with the version provided in the current container. The current solution is to upgrade binutils in some fashion. For Ubuntu-based containers, upgrading to 16.04 contains the fixes. I'm not sure what version of Debian will include them.
As mentioned in rust-lang/rust#34978, the Rust-provided MUSL components are now being built with a newer version of binutils, one that is incompatible with the version provided in the current container. The current solution is to upgrade binutils in some fashion. For Ubuntu-based containers, upgrading to 16.04 contains the fixes. I'm not sure what version of Debian will include them.
An example of output where the versions mismatch.
Thanks for all your hard work!
The text was updated successfully, but these errors were encountered: