-
Notifications
You must be signed in to change notification settings - Fork 165
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
wip: fix(build): properly fill up GRPC_LIBRARIES variable with all deps also when using system one #142
Conversation
…fill up GRPC_LIBRARIES variable with all deps. Signed-off-by: Federico Di Pierro <[email protected]>
Hi @FedeDP. Thanks for your PR. I'm waiting for a falcosecurity member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: FedeDP The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
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 reserve some time to test in better, but after a quick look, it looks good to me!
Question: does it worth upgrading gRPC to the newest version directly in this PR?
Looking at https://app.circleci.com/pipelines/github/falcosecurity/falco/1860/workflows/d1cb2a87-48d7-4c14-b02f-33576e82632d/jobs/16542, it seems like our CI does not have pkg-config; i think we should not rely on having it; i am going to try to use
I think we might do that, because we will need to bump libs version in falco in any case. |
…nfig. Signed-off-by: Federico Di Pierro <[email protected]>
@FedeDP: The following tests failed, say
Full PR test history. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Closing the PR: wrong solution proposed. |
Signed-off-by: Federico Di Pierro [email protected]
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
It allows to build falco linking system grpc.
Note, however, that a PR is needed on falco too: falcosecurity/falco#1802
Which issue(s) this PR fixes:
Fixes #99
Special notes for your reviewer:
Does this PR introduce a user-facing change?: