Skip to content

Commit 5a6ea5b

Browse files
authored
Merge pull request #6999 from ethereum/develop
Merge develop into release for 0.5.10
2 parents c68bc34 + f4656c7 commit 5a6ea5b

File tree

244 files changed

+6994
-2358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+6994
-2358
lines changed

.circleci/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## CircleCI integration
2+
3+
### Docker images
4+
5+
The docker images are build locally on the developer machine:
6+
7+
```!sh
8+
cd .circleci/docker/
9+
10+
docker build -t ethereum/solc-buildpack-deps:ubuntu1904 -f Dockerfile.ubuntu1904 .
11+
docker push solidity/solc-buildpack-deps:ubuntu1904
12+
13+
docker build -t ethereum/solc-buildpack-deps:archlinux -f Dockerfile.archlinux .
14+
docker push solidity/solc-buildpack-deps:archlinux
15+
```
16+
17+
which you can find on Dockerhub after the push at:
18+
19+
https://hub.docker.com/r/ethereum/solidity-buildpack-deps
20+
21+
where the image tag reflects the target OS to build Solidity and run its test on.

0 commit comments

Comments
 (0)