Skip to content

Commit

Permalink
Setup keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Jan 10, 2021
1 parent 0670314 commit 7801c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: docker-compose -f docker-compose-runner.yml exec -T zk sh infrastructure/ci-scripts/find_cache.sh
- name: init
run: |
docker-compose -f docker-compose-runner.yml exec -T ln -s /usr/src/keys/setup keys/setup
docker-compose -f docker-compose-runner.yml exec -T zk zk
docker-compose -f docker-compose-runner.yml exec -T zk zk init
- name: lints
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ services:
environment:
REPO_URL: https://github.com/matter-labs/zksync-dev
RUNNER_NAME: example-name
RUNNER_TOKEN: AB5IZDTSBRUNUZCLXD3M4TS77MWVC
RUNNER_TOKEN: AB5IZDVX3R4VGXOV3KKWE5277ND7C
RUNNER_WORKDIR: /tmp/runner/work
RUNNER_GROUP: my-group
ORG_RUNNER: 'false'
LABELS: linux,x64
LABELS: linux,x64,TEST
security_opt:
# needed on SELinux systems to allow docker container to manage other docker containers
- label:disable
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/runner:/tmp/runner
- /Users/danillugovskoy/cache:/usr/src/cache
- ./keys:/usr/src/keys
- /Users/danillugovskoy/keys:/usr/src/keys

1 change: 1 addition & 0 deletions docker/zk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN cargo install --version=0.2.0 sqlx-cli
RUN curl -LO https://github.com/ethereum/solidity/releases/download/v0.5.16/solc-static-linux
RUN chmod +x solc-static-linux
RUN mv solc-static-linux /usr/local/bin/solc
RUN apt-get install -y axel

# Setup the environment
ENV ZKSYNC_HOME=/usr/src/zksync
Expand Down

0 comments on commit 7801c63

Please sign in to comment.