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
Due to issues with C++ dynamic library linking with x86_64 hosts and an x86_64 musl target, we should probably provide an x86_64-unknown-linux-musl.alpine image. This would ensure the library is properly linked, without avoiding our main being moved off a Ubuntu base.
Describe why this would be a good inclusion for cross
This fixes #902, which is currently an issue we should probably address quickly. I'm hoping this could wait for #982, since this would allow us to target more than just x86_64 for Alpine images, but without requiring many more images to be added (only a native image for each platform).
The text was updated successfully, but these errors were encountered:
Checklist
Describe your request
Due to issues with C++ dynamic library linking with x86_64 hosts and an x86_64 musl target, we should probably provide an
x86_64-unknown-linux-musl.alpine
image. This would ensure the library is properly linked, without avoiding our main being moved off a Ubuntu base.Describe why this would be a good inclusion for
cross
This fixes #902, which is currently an issue we should probably address quickly. I'm hoping this could wait for #982, since this would allow us to target more than just x86_64 for Alpine images, but without requiring many more images to be added (only a native image for each platform).
The text was updated successfully, but these errors were encountered: