Skip to content

Commit

Permalink
Increase sccache cache size to 50 gb
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 13, 2021
1 parent daae1fa commit d0ca32a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
docker-compose -f docker-compose-runner.yml up --build -d geth postgres zk
ci_run sccache --start-server
- name: install-zk
run: ci_run zk

- name: init
run: |
ci_run ln -s /usr/src/keys/setup keys/setup
Expand Down
1 change: 1 addition & 0 deletions docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ services:
environment:
- IN_DOCKER=true
- CACHE_DIR=/usr/src/cache
- SCCACHE_CACHE_SIZE=50g
- CI=1

0 comments on commit d0ca32a

Please sign in to comment.