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
fa1a7b6c
Commit
fa1a7b6c
authored
Nov 17, 2019
by
dignifiedquire
Browse files
use branch for param fetch
parent
2261b4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
fa1a7b6c
...
@@ -100,7 +100,7 @@ commands:
...
@@ -100,7 +100,7 @@ commands:
name
:
Ensure paramcache is installed to project root
name
:
Ensure paramcache is installed to project root
command
:
|
command
:
|
test -f ./paramcache \
test -f ./paramcache \
|| (rustup run --install nightly cargo install filecoin-proofs --force --git=https://github.com/filecoin-project/rust-fil-proofs.git --branch=
master
--bin=paramcache --root=./ \
|| (rustup run --install nightly cargo install filecoin-proofs --force --git=https://github.com/filecoin-project/rust-fil-proofs.git --branch=
"feat/election-post"
--bin=paramcache --root=./ \
&& mv ./bin/paramcache ./paramcache)
&& mv ./bin/paramcache ./paramcache)
lint_project
:
lint_project
:
steps
:
steps
:
...
...
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