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
f40bbc51
Commit
f40bbc51
authored
Oct 21, 2019
by
laser
Browse files
ci(fix): cache key must include arch to prevent permissions errors with darwin
parent
692725ff
Changes
1
Show whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
f40bbc51
...
...
@@ -116,11 +116,11 @@ commands:
steps
:
-
restore_cache
:
keys
:
-
v14
b
-proof-params
-
v14-proof-params
-{{ arch }}
save_parameter_cache
:
steps
:
-
save_cache
:
key
:
v14
b
-proof-params
key
:
v14-proof-params
-{{ arch }}
paths
:
-
"
~/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