File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/trinity/core/chains Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ common: &common
23
23
when : on_fail
24
24
- restore_cache :
25
25
keys :
26
- - cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
26
+ - cache-v1-{{ arch }}- {{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
27
27
- run :
28
28
name : install dependencies
29
29
command : pip install --user tox
@@ -37,15 +37,15 @@ common: &common
37
37
- ~/.cache/pip
38
38
- ~/.local
39
39
- ./eggs
40
- key : cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
40
+ key : cache-v1-{{ arch }}- {{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
41
41
42
42
geth_steps : &geth_steps
43
43
working_directory : ~/repo
44
44
steps :
45
45
- checkout
46
46
- restore_cache :
47
47
keys :
48
- - cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
48
+ - cache-v1-{{ arch }}- {{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
49
49
- run :
50
50
name : install dependencies
51
51
command : pip install --user tox
@@ -79,7 +79,7 @@ geth_steps: &geth_steps
79
79
- ./eggs
80
80
- ~/.ethash
81
81
- ~/.py-geth
82
- key : cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
82
+ key : cache-v1-{{ arch }}- {{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
83
83
84
84
jobs :
85
85
py35-lint :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments