Skip to content

Commit

Permalink
localnet script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun committed May 17, 2020
1 parent bd6a7e8 commit 3649557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ jobs:
sudo mv go /usr/local
popd
set -x
make build-linux
sudo cp $GOPATH/pkg/mod/github.com/\!cosm\!wasm/go-cosmwasm@v*/api/libgo_cosmwasm.so /lib/x86_64-linux-gnu
make clean build-docker-terradnode localnet-start
./contrib/localnet-blocks-test.sh 40 5 10 localhost
Expand Down
2 changes: 1 addition & 1 deletion networks/local/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ CMD ["start"]
STOPSIGNAL SIGTERM

COPY wrapper.sh /usr/bin/wrapper.sh
COPY $GOPATH/pkg/mod/github.com/\!cosm\!wasm/go-cosmwasm@v*/api/libgo_cosmwasm.so /usr/lib/x86_64-linux-gnu
RUN cp /lib/x86_64-linux-gnu/libgo_cosmwasm.so /lib/x86_64-linux-gnu/libgo_cosmwasm.so

0 comments on commit 3649557

Please sign in to comment.