mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
8f55c63634
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue