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:
steps:
- run:
name: Obtain filecoin groth parameters
command: ./paramcache --test-only
command: ./paramcache --params-for-sector-sizes=1024
no_output_timeout: 30m
update_submodules:
steps:
......@@ -116,10 +116,10 @@ commands:
steps:
- restore_cache:
keys:
- v15-proof-params-{{ arch }}
- v17-proof-params-{{ arch }}
save_parameter_cache:
steps:
- save_cache:
key: v15-proof-params-{{ arch }}
key: v17-proof-params-{{ arch }}
paths:
- "~/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