-
Notifications
You must be signed in to change notification settings - Fork 326
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
Embedded solutions support #830
base: master
Are you sure you want to change the base?
Embedded solutions support #830
Conversation
83d6f9f
to
a684511
Compare
Now good question is how i should deal with coding style for ifaddrs.c? |
Just skip the file when testing, see |
a684511
to
d3955c6
Compare
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.
Good :) done :)
When cross-compiling, AC_CHECK_FILE macro is not supported by autotools. Falling back to default in that case.
ebb302e
to
69aef13
Compare
It seems that somehow GitHub actions is pulling old tests/lint/run.sh. |
Ah, after changing from Travis CI to GitHub Actions, we do not use Thinking about it, it's a confusing regression: manual checks and GitHub Actions are triggerred differently. On the other hand we get better reports from GitHub Actions. |
In case if system doesn't provide above functions, don't fail and use Samba project libreplace implementation. This allows to run app on embedded systems.
69aef13
to
f62c839
Compare
I like this project, and i wanted to use it in open source embedded router firmware FreshTomato.
What was very surprise for me, it works very well with just a few little changes:
Any comments are welcome.