Skip to content

Commit

Permalink
Add go-ethereum project back in dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhen-iotex authored and lizhefeng committed Aug 29, 2018
1 parent 4f008d7 commit 7e19f58
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN if [ "$SKIP_DEP" != true ] ; \

RUN mkdir -p $GOPATH/src/github.com/CoderZhi/go-ethereum/ && \
mkdir -p $GOPATH/pkg/linux_amd64/github.com/CoderZhi/ && \
rm -rf $GOPATH/src/github.com/iotexproject/iotex-core/vendor/github.com/CoderZhi/go-ethereum/ && \
cd $GOPATH/src/github.com/iotexproject/iotex-core/pkg/ && \
tar -xzvf go-ethereum.tar.gz && \
cp -r $GOPATH/src/github.com/iotexproject/iotex-core/pkg/go-ethereum/binary_linux/* $GOPATH/pkg/linux_amd64/github.com/CoderZhi/ && \
Expand Down
25 changes: 13 additions & 12 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[[constraint]]
branch = "master"
name = "github.com/CoderZhi/go-ethereum"

[[constraint]]
name = "github.com/boltdb/bolt"
version = "^1.3.1"
Expand Down

0 comments on commit 7e19f58

Please sign in to comment.