Skip to content

fix test compilation issues on various architectures - #46

Open
decathorpe wants to merge 2 commits into
rbtcollins:masterfrom
decathorpe:master
Open

fix test compilation issues on various architectures#46
decathorpe wants to merge 2 commits into
rbtcollins:masterfrom
decathorpe:master

Conversation

@decathorpe

@decathorpe decathorpe commented Nov 5, 2023

Copy link
Copy Markdown

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.


This change is Reviewable

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