mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
circle.yml
This commit is contained in:
parent
fe3b9757dd
commit
9d5681b270
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ machine:
|
|||
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- "~/.ethash" # Cache the ethash DAG generated by hive for consecutive builds
|
||||
- "~/.docker" # Cache all docker images manually to avoid lengthy rebuilds
|
||||
- "isabelschoepd/ethash" # Cache the ethash DAG generated by hive for consecutive builds
|
||||
- "isabelschoeps/docker" # Cache all docker images manually to avoid lengthy rebuilds
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue