-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat(free-bsd): first-class support for FreeBSD #50
Conversation
Add support for FreeBSD and other BSDs. Testing was only done using FreeBSD.
The clippy failure seems to be unrelated to the performed changes. |
Anything I can do to help get this merged? |
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.
LGTM @surban! Thank you so much! I think I can help with clippy issues!
Hi @surban! Thanks for the support! Please reach on any issues! |
Some issues compiling on FreeBSD/aarch64:
|
Thanks for sharing @cmspam! |
Not on x86_64. I don't have easy access to FreeBSD on aarch64. Do you have working CI support for that platform for your other projects? It might be enough to change |
Gotcha! If the change works for you, and if you think that will fix the issue. Are you willing to open a PR? |
See #52 |
Thank you so much @surban! You can see it here: https://crates.io/crates/network-interface/1.1.3 Let us know any issues please! |
Many thanks to all involved! I won't have a chance to test on arm64 for a little bit, but I will let you know when I can. |
Add support for FreeBSD and other BSDs.
Testing was only done using FreeBSD.
Fixes #49.