1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2016-05-02 18:21:21 +02:00
commit 8f55c63634
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@ set -e
echo
echo "$0: loading precompiled libraries"
V8_VERSION=`/bin/ls 3rdParty/V8/|grep V8 |sed "s;V8-;;"`
wget \
-O 3rdParty.tar.gz \
"https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.9.391.tar.gz"
"https://www.arangodb.com/support-files/travisCI/precompiled-libraries-${V8_VERSION}.tar.gz"
tar xzf 3rdParty.tar.gz