-
Notifications
You must be signed in to change notification settings - Fork 919
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
build improvements, renaming, and cleanups #1791
build improvements, renaming, and cleanups #1791
Conversation
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
…ersion Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
9d3e631
to
4f6faa8
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.
I waited months for this. Eventually, we get rid of the need of patching libs here, but more importantly, we can finally use a local copy of libs when developing (as a developer, this is a great improvement for our health 🤩)
LGTM!
And thank you to all folks involved. 😃
/approve
LGTM label has been added. Git tree hash: 0589df4aec7c9705c581a5622d097362120d060a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jasondellaluce, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/kind documentation
/kind feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
This PR follows up the changes introduced by falcosecurity/libs#41, and it proceeds by removing obsolete build patches and by cleaning up the codebase. Accordingly, this removes the patch for
libscap
from the build system. Also, as a bonus (😸) , this enables building with a locallibs
directory.Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: