Skip to content

Commit

Permalink
scripts: adding libbpf-devel to travis/vagrant.sh
Browse files Browse the repository at this point in the history
This commit adds libbpf-devel to the Fedora vagrant test.
(Travis TR_ARCH=vagrant-fedora-no-vdso)

Signed-off-by: Abhishek Vijeev <[email protected]>
  • Loading branch information
abhishekvijeev committed Aug 17, 2020
1 parent 6c8aa32 commit 0381bd8
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 0381bd8

Please sign in to comment.