Skip to content
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

fix(userspace/libscap): properly apply driver_event_schema target properties #1215

Closed
wants to merge 1 commit into from

Conversation

FedeDP
Copy link
Contributor

@FedeDP FedeDP commented Jul 20, 2023

What type of PR is this?

/kind bug

Any specific area of the project related to this PR?

/area build

Does this PR require a change in the driver versions?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1201

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

…perties.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Dima Kogan <dima@secretsauce.net>
@poiana poiana added release-note-none kind/bug Something isn't working labels Jul 20, 2023
@poiana
Copy link
Contributor

poiana commented Jul 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: FedeDP

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@FedeDP
Copy link
Contributor Author

FedeDP commented Jul 20, 2023

/milestone 0.12.0

@poiana poiana added this to the 0.12.0 milestone Jul 20, 2023
@poiana poiana added the size/XS label Jul 20, 2023
@@ -148,7 +148,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
add_library(driver_event_schema
../../driver/fillers_table.c)
target_link_libraries(scap_event_schema driver_event_schema)
set_scap_target_properties(scap_event_schema)
set_scap_target_properties(driver_event_schema)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @gnosek

@gnosek
Copy link
Contributor

gnosek commented Jul 20, 2023

Ah so you found it too :D I'd rather kill it with fire: #1217

@FedeDP
Copy link
Contributor Author

FedeDP commented Jul 20, 2023

/hold

@FedeDP
Copy link
Contributor Author

FedeDP commented Jul 20, 2023

/close in favor of #1217

@FedeDP
Copy link
Contributor Author

FedeDP commented Jul 21, 2023

/close

@poiana poiana closed this Jul 21, 2023
@poiana
Copy link
Contributor

poiana commented Jul 21, 2023

@FedeDP: Closed this PR.

In response to this:

/close

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.

@FedeDP FedeDP deleted the fix/backport_debian_fixes branch July 21, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PATCH: fix missing DSO tags for libdriver-event-schema.so
3 participants