-
Notifications
You must be signed in to change notification settings - Fork 99
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
Cross-compiling breaks with ncurses-5.101.0? #207
Comments
It's actually the same if trying to build i686-unknown-linux-gnu target on a x86_64 system. So, it's not really OSXCross-related issue. But probably I'm just missing something extremely obvious? :) |
Same for me. Logs can be found here.
No problem on I use a similar CI configuration on another project without problem since today. |
I'm trying to build a project with GitLab's CI using docker image
katharostech/rust-osxcross
.It works nice for native build, however with
--target=x86_64-apple-darwin
it breaks like the following:And just in case on my local Ubuntu with OSXcross installed, it breaks in the similar manner, too.
Would be grateful for any hint or assistance :)
The text was updated successfully, but these errors were encountered: