We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518405c commit ace699dCopy full SHA for ace699d
scripts/travis-ci.sh
@@ -10,7 +10,7 @@ CHROOT_ARCH=armhf
10
HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild"
11
12
# 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"
+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"
14
15
# Command used to run the tests
16
TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
0 commit comments