This repository was archived by the owner on Sep 8, 2025. It is now read-only.
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
2323 when : on_fail
2424 - restore_cache :
2525 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" }}
2727 - run :
2828 name : install dependencies
2929 command : pip install --user tox
@@ -37,15 +37,15 @@ common: &common
3737 - ~/.cache/pip
3838 - ~/.local
3939 - ./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" }}
4141
4242geth_steps : &geth_steps
4343 working_directory : ~/repo
4444 steps :
4545 - checkout
4646 - restore_cache :
4747 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" }}
4949 - run :
5050 name : install dependencies
5151 command : pip install --user tox
@@ -79,7 +79,7 @@ geth_steps: &geth_steps
7979 - ./eggs
8080 - ~/.ethash
8181 - ~/.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" }}
8383
8484jobs :
8585 py35-lint :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments