Update setup.sh

Summary: Update which Ltalloc to download, this includes changes which help with compilation with Clang++5.0.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D938
This commit is contained in:
Dominik Gleich 2017-10-27 13:19:40 +02:00
parent be9c875fa9
commit 03b4f6b9ed

View File

@ -113,7 +113,7 @@ cd ..
# ltalloc
# git clone https://github.com/r-lyeh/ltalloc.git
git clone git://deps.memgraph.io/ltalloc.git
ltalloc_tag="aefde2afa5cd49c9d1a797aa08ec08b2bec13a36" # Sep 15, 2017
ltalloc_tag="6d99c791bff50106683948ded30a9f9b62de1b40" # Oct 20, 2017
cd ltalloc
git checkout ${ltalloc_tag}
cd ..