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(build): parallel build (libbpf wise) #4196

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Jul 19, 2024

Close: #4253

1. Explain what the PR does

9d4e585 fix(build): parallel build (libbpf wise)

When running with -j option, the build was emitting bogus messages
related to the lack of libbpf.a. A variable was being evaluated out of
a rule and respective requirements were not being met.

2. Explain how to test it

3. Other comments

When running with -j option, the build was emitting bogus messages
related to the lack of libbpf.a. A variable was being evaluated out of
a rule and respective requirements were not being met.
Copy link
Contributor

@rscampos rscampos left a comment

Choose a reason for hiding this comment

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

LGTM

@geyslan geyslan merged commit 01d5190 into aquasecurity:main Aug 23, 2024
25 checks passed
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.

parallel make emitting bogus messages
2 participants