[CRIU] [PATCH] travis: install libnl-3-dev

Pavel Emelyanov xemul at virtuozzo.com
Mon Feb 8 09:22:02 PST 2016


On 02/08/2016 07:15 PM, Andrey Vagin wrote:
> From: Andrew Vagin <avagin at virtuozzo.com>
> 
> Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
> ---
>  .travis.yml          | 2 +-
>  scripts/travis-ci.sh | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index b92a3b3..0526d7e 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -9,7 +9,7 @@ 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 python-ipaddr libcap-dev
> +  - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
>  script:
>    - "bash -ex scripts/travis-ci.sh"
>  addons:

There's no such line in my .travis.yml. What else haven't you sent me? :)

Patch applied.

> diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
> index a930a71..5edfd41 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 libcap-dev"
> +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 libnl-3-dev"
>  
>  # Command used to run the tests
>  TEST_COMMAND="make -j 4 && make -j 4 -C test/zdtm"
> 



More information about the CRIU mailing list