Skip to content

Commit

Permalink
Merge pull request #30 from tronprotocol/develop
Browse files Browse the repository at this point in the history
update to 0.5.13
  • Loading branch information
taihaofu authored Nov 5, 2020
2 parents de52e16 + 37057bf commit 9a0da31
Show file tree
Hide file tree
Showing 956 changed files with 39,333 additions and 15,840 deletions.
17 changes: 12 additions & 5 deletions .circleci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ The docker images are build locally on the developer machine:
```!sh
cd .circleci/docker/
docker build -t ethereum/solc-buildpack-deps:ubuntu1904 -f Dockerfile.ubuntu1904 .
docker push solidity/solc-buildpack-deps:ubuntu1904
docker build -t ethereum/solc-buildpack-deps:archlinux -f Dockerfile.archlinux .
docker push solidity/solc-buildpack-deps:archlinux
docker build -t ethereum/solidity-buildpack-deps:ubuntu1904 -f Dockerfile.ubuntu1904 .
docker push ethereum/solidity-buildpack-deps:ubuntu1904
```

which you can find on Dockerhub after the push at:

https://hub.docker.com/r/ethereum/solidity-buildpack-deps

where the image tag reflects the target OS to build Solidity and run its test on.

### Testing docker images locally

```!sh
cd solidity
# Mounts your local solidity directory in docker container for testing
docker run -v `pwd`:/src/solidity -ti ethereum/solidity-buildpack-deps:ubuntu1904 /bin/bash
cd /src/solidity
<commands_to_test_build_with_new_docker_image>
```
Loading

0 comments on commit 9a0da31

Please sign in to comment.