-
Notifications
You must be signed in to change notification settings - Fork 77
bindgen_test_layout_max_align_t test fails on i686 on cryptoki-sys crate #12
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
Comments
Hey! Thanks for reporting, looks very similar to the same one you reported on |
I figured it was probably similar, I had forgotten about that report, there's also the same issue on the tss-esapi-sys. Seems like a theme ;-) |
Alright created a PR on both repos: By the way, are you compiling those crate with the |
Yes, on this only arm/aarch64/x86_64 was created, on tss-esapi-sys only x86_64 was created. We build for armv7/aarch64/i686/x86_64/ppc64le/s390x so we needed to use bindgen to generate the pieces for all the arches. |
Reverts parallaxsecond#13 See also: parallaxsecond#12 It appears that bindgen no longer generates the code that this suppression was written for. The resulting bindings are identical. Signed-off-by: Keith Koskie <[email protected]>
Reverts parallaxsecond#13 See also: parallaxsecond#12 It appears that bindgen no longer generates the code that this suppression was written for. The resulting bindings are identical. Signed-off-by: Keith Koskie <[email protected]>
When running the tests with bindgen for i686 the tests fail due the size of max_align_t
The text was updated successfully, but these errors were encountered: