Commit 96e0d142 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Revert "travis: install libseccomp-dev"

This reverts commit 063c5b89.
parent 17768218
......@@ -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 python-ipaddr libseccomp-dev
- 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"
......@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler \
python-minimal \
libaio-dev \
libseccomp-dev \
iptables
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