Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
96e0d142
Commit
96e0d142
authored
Jul 14, 2015
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "travis: install libseccomp-dev"
This reverts commit
063c5b89
.
parent
17768218
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+1
-1
Dockerfile
Dockerfile
+0
-1
No files found.
.travis.yml
View file @
96e0d142
...
...
@@ -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"
Dockerfile
View file @
96e0d142
...
...
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler
\
python-minimal
\
libaio-dev
\
libseccomp-dev
\
iptables
COPY
. /criu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment