Skip to content

Commit ace699d

Browse files
avaginxemul
authored andcommitted
travis: add libcap-dev for arm
Signed-off-by: Andrey Vagin <[email protected]> Signed-off-by: Pavel Emelyanov <[email protected]>
1 parent 518405c commit ace699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CHROOT_ARCH=armhf
1010
HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild"
1111

1212
# Debian package dependencies for the chrooted environment
13-
GUEST_DEPENDENCIES="build-essential git m4 sudo python protobuf-c-compiler libprotobuf-c0-dev gcc make bsdmainutils bash libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr"
13+
GUEST_DEPENDENCIES="build-essential git m4 sudo python protobuf-c-compiler libprotobuf-c0-dev gcc make bsdmainutils bash libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev"
1414

1515
# Command used to run the tests
1616
TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"

0 commit comments

Comments
 (0)