mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
Revert "travis: install libseccomp-dev"
This reverts commit 063c5b8946d7ed5540ac16eb4435f44d598ce40d.
This commit is contained in:
parent
1776821876
commit
96e0d14283
@ -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 libseccomp-dev
|
- sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr
|
||||||
script:
|
script:
|
||||||
- "bash -ex scripts/travis-ci.sh"
|
- "bash -ex scripts/travis-ci.sh"
|
||||||
|
@ -9,7 +9,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user