Skip to content

Commit

Permalink
Updated doublethinkco cpp-ethereum fork commit.
Browse files Browse the repository at this point in the history
I've refreshed that branch from upstream, so now the only diff left is the std::future removal.
Everything else has been upstreamed to ethereum/cpp-ethereum now.
  • Loading branch information
bobsummerwill committed Aug 31, 2016
1 parent f0415e2 commit a2f17c8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Dockerfile-crosseth
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,13 @@ USER crosseth
ENV CPP_ETHEREUM_REPO https://github.com/doublethinkco/cpp-ethereum.git
ENV CPP_ETHEREUM_BRANCH develop

# Workarounds - using doublethinkco fork of cpp-ethereum to chop out std::future usage.
# Workaround - using doublethinkco fork of cpp-ethereum to chop out std::future usage.
#
# See "Build break - armel - invalid use of incomplete type 'class std::future<void>"
# https://github.com/doublethinkco/cpp-ethereum-cross/issues/111
#
# See "Made Miniupnpc an optional dependency for libp2p"
# https://github.com/doublethinkco/cpp-ethereum/commit/e1ba214
#
# See "Added deprecation warning suppression for CryptoPP's sha3.h"
# https://github.com/doublethinkco/cpp-ethereum/commit/175aa2a
# https://github.com/doublethinkco/cpp-ethereum/commit/edfafc

ENV CPP_ETHEREUM_COMMIT 99766d1
ENV CPP_ETHEREUM_COMMIT 415fe0c

# Clone the webthree-umbrella repo into the docker container, including sub-modules
WORKDIR /home/crosseth
Expand Down

0 comments on commit a2f17c8

Please sign in to comment.