-
Notifications
You must be signed in to change notification settings - Fork 908
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
fetch libs and drivers from the new repo #1552
Conversation
f6f1418
to
18c9ea5
Compare
18c9ea5
to
3eddbee
Compare
LGTM label has been added. Git tree hash: 7188d45510f0f9133c3b235bedd844a827675c77
|
/milestone 0.28.1 |
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
The option was added but could not work since MINIMAL_BUILD is not declared in this scope (also not currently needed). Furthermore, it never took effect since the builder image was never built and pushed. For the same reason, we have not noticed it until now. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
…417273275296813066e07cb85bc91 Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
67f0c94
to
281dd86
Compare
All required PRs are now merged into It's now ready to be reviewed again. Thank you! |
LGTM label has been added. Git tree hash: c23f0a9a7665c5bdd0b23f535ad4f915ed6b03ab
|
@@ -48,7 +48,7 @@ set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA | |||
set(CPACK_RPM_PACKAGE_LICENSE "Apache v2.0") | |||
set(CPACK_RPM_PACKAGE_ARCHITECTURE, "amd64") | |||
set(CPACK_RPM_PACKAGE_URL "https://www.falco.org") | |||
set(CPACK_RPM_PACKAGE_REQUIRES "dkms, kernel-devel, ncurses, systemd") | |||
set(CPACK_RPM_PACKAGE_REQUIRES "dkms, kernel-devel, systemd") |
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.
🥳
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.
btw, I left further ncurses
cleanups for later #1638
🥳
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
As per this proposal, the repo falcosecurity/libs is the new home for libscap, sinsp, and drivers.
This PR updates the building system to point to the new location and also update the driver version to
13ec67ebd23417273275296813066e07cb85bc91
.Finally, it introduces necessary adaptations and improvements to make the Falco building system work with changes recently introduced in falcosecurity/libs cmakefiles (in particular by falcosecurity/libs#23 and falcosecurity/libs#30)
TODOs:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
N.B.
Release note has been set to
NONE
since13ec67
has not been published.The correct changelog line is set by #1669