mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
travis: add python-ipaddr as a dep
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
1842e1e0ea
commit
29673d42a9
2 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ compiler:
|
|||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler
|
||||
- sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr
|
||||
script:
|
||||
- "bash -ex 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"
|
||||
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"
|
||||
|
||||
# Command used to run the tests
|
||||
TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue