Skip to content
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

fix test compilation issues on various architectures #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

decathorpe
Copy link

This simple change should fix #42 - or at least it does fix the issue for me on i686, and since the failure is the same on the other 32-bit architectures, I assume this PR should also fix those. The foo as _ trick is something I've seen used in other crates that deal with libc bindings that have different type signatures on different architectures.

I've also added a setting that excludes the "ci" directory from published crates - the files in it are larger than the rest of the crate combined (including the license text!) and they are not needed when using the crate as distributed via crates.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] various arches fail compilation
1 participant