[CRIU] [PATCH] travis: add libcap-dev for arm
Andrey Vagin
avagin at openvz.org
Fri Jul 24 08:55:54 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
scripts/travis-ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
index 3e03cef..a930a71 100755
--- a/scripts/travis-ci.sh
+++ b/scripts/travis-ci.sh
@@ -10,7 +10,7 @@ CHROOT_ARCH=armhf
HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild"
# Debian package dependencies for the chrooted environment
-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"
# Command used to run the tests
TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
--
2.1.0
More information about the CRIU
mailing list