Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend using --locked with cargo install by default #1490

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

dconnolly
Copy link
Contributor

Motivation

cargo build != cargo install, we should just make it as easy as possible to install in one go

Solution

Instead of suggesting --locked when troubleshooting, just include it in the suggested command.

Follow Up Work

Add an equivalent parallel CI test that approximates our README instructions amap to install rust, install clang/llvm, cargo install zebrad

cargo build != cargo install, we should just make it as easy as possible to install in one go
@dconnolly dconnolly self-assigned this Dec 9, 2020
@dconnolly dconnolly added the A-docs Area: Documentation label Dec 9, 2020
@dconnolly dconnolly merged commit b3c8794 into main Dec 9, 2020
@dconnolly dconnolly deleted the cargo-install-locked branch December 9, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants