Added cereal git to deps cache.

Reviewers: buda, mislav.bradac

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D946
This commit is contained in:
Matej Ferencevic 2017-10-30 21:09:41 +01:00
parent 8ed95a2b33
commit f655725f5d

View File

@ -119,7 +119,8 @@ git checkout ${ltalloc_tag}
cd ..
# cereal
git clone https://github.com/USCiLab/cereal.git
#git clone https://github.com/USCiLab/cereal.git
git clone git://deps.memgraph.io/cereal.git
cd cereal
git checkout v1.2.2
cd ..