[CRIU] [PATCH] travis: add libprotobuf-dev
Ruslan Kuprieiev
kupruser at gmail.com
Mon Jan 19 07:58:47 PST 2015
Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9846fef..1ffc089 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
+ - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev
script:
- "bash -ex scripts/travis-ci.sh"
--
2.1.0
More information about the CRIU
mailing list