-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Add FreeBSD support #620
Add FreeBSD support #620
Conversation
Hi. Thanks for the pull request. Unfortunately it seems to break the build on macOS and MSVC, and introduce a crash in the fakegv test. |
Have no idea why Linux and MSVC fail, looks like some temporary errors in test system. |
7f78e37
to
f73b071
Compare
After I disable |
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.
Thanks for the patch. Once the commented code is removed, it will be ready to merge.
That is not really related to the main goal of this pull request, so the pull request can be merged without this part. But feel free to investigate why this test makes the fakegv test fail on linux and macOS in another pull request. |
Thanks a lot. |
ChangeLog: AravisProject/aravis#620 PR: 261103 Reported by: rozhuk.im@gmail.com (maintainer) Reviewed by: diizzy@
ChangeLog: AravisProject/aravis#620 PR: 261103 Reported by: rozhuk.im@gmail.com (maintainer) Reviewed by: diizzy@
Add FreeBSD support and probably fix other OSes to not show network interfaces without BROADCAST flag.