mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Revert "travis: install libseccomp-dev"
This reverts commit 063c5b8946.
This commit is contained in:
parent
1776821876
commit
96e0d14283
2 changed files with 1 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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue