Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-sectorbuilder
Commits
d4c59669
Commit
d4c59669
authored
Nov 19, 2019
by
laser
Browse files
ci(cache): bump cache key + selectively generate params
parent
e438c527
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
d4c59669
...
@@ -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
:
-
v1
5
-proof-params-{{ arch }}
-
v1
7
-proof-params-{{ arch }}
save_parameter_cache
:
save_parameter_cache
:
steps
:
steps
:
-
save_cache
:
-
save_cache
:
key
:
v1
5
-proof-params-{{ arch }}
key
:
v1
7
-proof-params-{{ arch }}
paths
:
paths
:
-
"
~/filecoin-proof-parameters/"
-
"
~/filecoin-proof-parameters/"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment