Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Kuprieiev <kupruser@gmail.com>2015-02-09 14:07:07 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-02-09 14:07:07 +0300
commit29673d42a9f32071522ed19e58eb292e4f420891 (patch)
treed4270dee473724f76f755307c8787d75a99fb0fc
parent1842e1e0ea5bcc98995e95bb9f789675d939ba32 (diff)
travis: add python-ipaddr as a dep
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--.travis.yml2
-rwxr-xr-xscripts/travis-ci.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b48325f32..56834642a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
index 0992031b4..3e03cefc5 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"
+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"