Skip to content

Commit 9ce5709

Browse files
ameryhungtheihor
authored andcommitted
setup-build-env: Install pkg-config for bpf selftests traffic monitoring
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]>
1 parent 2b211eb commit 9ce5709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: |
2525
echo "::group::Setup"
2626
sudo apt-get update
27-
sudo apt-get install -y cmake flex bison build-essential libssl-dev ncurses-dev xz-utils bc rsync libguestfs-tools qemu-kvm qemu-utils zstd libzstd-dev binutils-dev elfutils libcap-dev libelf-dev libdw-dev python3-docutils texinfo libpcap-dev
27+
sudo apt-get install -y cmake flex bison build-essential libssl-dev ncurses-dev xz-utils bc rsync libguestfs-tools qemu-kvm qemu-utils zstd libzstd-dev binutils-dev elfutils libcap-dev libelf-dev libdw-dev python3-docutils texinfo libpcap-dev pkg-config
2828
echo "::endgroup::"
2929
- name: Install clang
3030
shell: bash

0 commit comments

Comments
 (0)