Commit ea3e3945 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

scripts/travis.sh: add libaio-dev for ARM

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 78618b62
...@@ -10,7 +10,7 @@ CHROOT_ARCH=armhf ...@@ -10,7 +10,7 @@ CHROOT_ARCH=armhf
HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild" HOST_DEPENDENCIES="debootstrap qemu-user-static binfmt-support sbuild"
# Debian package dependencies for the chrooted environment # 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" GUEST_DEPENDENCIES="build-essential git m4 sudo python protobuf-c-compiler libprotobuf-c0-dev gcc make bsdmainutils bash libaio-dev"
# Command used to run the tests # Command used to run the tests
TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm" TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment