From ac2cd67b4787b6d6d3348684f1ff380416ec08dc Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Thu, 29 Mar 2018 21:14:02 +0700 Subject: [PATCH] Remove leveldb dependency and not link it. --- .travis.yml | 2 -- cpp-ethereum | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64d3beb23..5730c4869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ matrix: osx_image: xcode9.2 before_install: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt-get install libleveldb-dev; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install leveldb; fi - git submodule update --init --recursive script: diff --git a/cpp-ethereum b/cpp-ethereum index 633c62c08..c25a98257 160000 --- a/cpp-ethereum +++ b/cpp-ethereum @@ -1 +1 @@ -Subproject commit 633c62c08bc73c7c3935c948a8d6c656a3659976 +Subproject commit c25a98257e7104875503e183dd0f27d49b3efd56