-
Notifications
You must be signed in to change notification settings - Fork 141
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
Unable to build on 32-bit architectures #500
Comments
Thanks for the report. We should fix that. |
seems to fix all issues for me:
|
Great! Thanks for checking. |
danielocfb
pushed a commit
that referenced
this issue
Jul 6, 2023
We don't really test on 32 bit systems. As a result we could experience unintentional breakages on certain targets. Add a CI workflow that build everything on aarch32. Ideally we'd do the same for x86 (i386/i686/whatever), but I haven't been able to set that up in reasonable effort. aarch32 actually seems to expose more mismatches than x86 and is a true superset [0] [1] [0]: https://github.com/danielocfb/libbpf-rs/actions/runs/5469860425/jobs/9959276295 [1]: #500 Signed-off-by: Daniel Müller <deso@posteo.net>
The fix is included in v0.21.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to build a program depending on this library returns the following errors:
The text was updated successfully, but these errors were encountered: