-
Notifications
You must be signed in to change notification settings - Fork 74
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
use platform dependent c_char instead of hardcoded i8 #354
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be great to get this in so that we can continue to use our linux arm instances
I have tested this on both x86_64 and aarch64 and it works. Would be great to see it merged. |
And also this @termoshtt .Thanks very much! |
@mike-kfed Thanks for putting this together! Is there a reason to use I think either of those may be equivalent, and avoids adding the dependency on |
@leecbaker honestly I just followed the advice found in an open issue and "just wanted to make it work" (tm) ;) I'll remove the dependency on libc, you are correct the other Rust std lib c_char definitions should be fine too. |
I'm using this in |
Encountered this issue today when our CI was switched to AWS C7g instances, that are using ARM Graviton3 processors. It seems that this PR fixes the issue. |
Pinging again on this PR. What would be required to get this or something similar merged? |
this should fix issue #351
I am willing to adapt to your preferences, but this works for me (tm)