Commit 063c5b89 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

travis: install libseccomp-dev

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8ffbe754
...@@ -6,6 +6,6 @@ compiler: ...@@ -6,6 +6,6 @@ compiler:
- gcc - gcc
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libseccomp-dev
script: script:
- "bash -ex scripts/travis-ci.sh" - "bash -ex scripts/travis-ci.sh"
...@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler \ protobuf-compiler \
python-minimal \ python-minimal \
libaio-dev \ libaio-dev \
libseccomp-dev \
iptables iptables
COPY . /criu COPY . /criu
......
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