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

setup-build-env: Install pkg-config for bpf selftests traffic monitoring #172

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

ameryhung
Copy link
Contributor

Install pkg-config in setup-build-env explicitly so that we can build bpf selftests with traffic monitor without depending on the runner. Currently, s390 runner image does not include pkg-config required by bpf selftests traffic monitor. During compile time, the makefile uses pkg-config to check if libpcap is installed and determines if traffic monitoring feature will be compiled into test_progs.

Install pkg-config in setup-build-env explicitly so that we can build bpf
selftests with traffic monitor without depending on the runner. Currently,
s390 runner image does not include pkg-config required by bpf selftests
traffic monitor. During compile time, the makefile uses pkg-config to
check if libpcap is installed and determines if traffic monitoring feature
will be compiled into test_progs.

Signed-off-by: Amery Hung <[email protected]>
@theihor theihor self-requested a review February 14, 2025 23:24
@theihor theihor merged commit 9ce5709 into libbpf:main Feb 14, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants