Commit d4c59669 authored by laser's avatar laser
Browse files

ci(cache): bump cache key + selectively generate params

parent e438c527
...@@ -84,7 +84,7 @@ commands: ...@@ -84,7 +84,7 @@ commands:
steps: steps:
- run: - run:
name: Obtain filecoin groth parameters name: Obtain filecoin groth parameters
command: ./paramcache --test-only command: ./paramcache --params-for-sector-sizes=1024
no_output_timeout: 30m no_output_timeout: 30m
update_submodules: update_submodules:
steps: steps:
...@@ -116,10 +116,10 @@ commands: ...@@ -116,10 +116,10 @@ commands:
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
- v15-proof-params-{{ arch }} - v17-proof-params-{{ arch }}
save_parameter_cache: save_parameter_cache:
steps: steps:
- save_cache: - save_cache:
key: v15-proof-params-{{ arch }} key: v17-proof-params-{{ arch }}
paths: paths:
- "~/filecoin-proof-parameters/" - "~/filecoin-proof-parameters/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment