Skip to content

Commit

Permalink
scripts: adding libbpf for Travis tests
Browse files Browse the repository at this point in the history
Source files modified:

* travis/vagrant.sh - Adding libbpf-devel

Signed-off-by: Abhishek Vijeev <[email protected]>
  • Loading branch information
abhishekvijeev authored and avagin committed Aug 26, 2020
1 parent f0f104f commit d848867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setup() {
ssh default sudo dnf install -y gcc git gnutls-devel nftables-devel libaio-devel \
libasan libcap-devel libnet-devel libnl3-devel make protobuf-c-devel \
protobuf-devel python3-flake8 python3-future python3-protobuf \
python3-junit_xml rubygem-asciidoctor iptables libselinux-devel
python3-junit_xml rubygem-asciidoctor iptables libselinux-devel libbpf-devel
# Disable sssd to avoid zdtm test failures in pty04 due to sssd socket
ssh default sudo systemctl mask sssd
ssh default cat /proc/cmdline
Expand Down

0 comments on commit d848867

Please sign in to comment.