-
Notifications
You must be signed in to change notification settings - Fork 148
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
Makefile refactor #305
Makefile refactor #305
Conversation
adrianchiris
commented
Jul 28, 2024
- cleanup makefile
- update buildtest workflow
- ran go mod tidy, update go.mod
similar to what was done : k8snetworkplumbingwg/sriov-network-device-plugin#579 |
Pull Request Test Coverage Report for Build 10161049791Details
💛 - Coveralls |
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.
yeap, running make build twice will not fail :) regarding failed CI: i need to compile statically as before to not depend on libc in the system. (in container it uses different one) |
- cleanup makefile - update buildtest workflow - ran go mod tidy, update go.mod Signed-off-by: adrianc <[email protected]>
c1c00ab
to
f2dbb73
Compare
@zeeke can we merge this one? |
The In particular, because On my machine, Compare to autotools projects, where I think either:
|