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

Running multiple cargo commands at the same time leads to errors #1152

Closed
pyfisch opened this issue Jan 11, 2015 · 1 comment
Closed

Running multiple cargo commands at the same time leads to errors #1152

pyfisch opened this issue Jan 11, 2015 · 1 comment

Comments

@pyfisch
Copy link

pyfisch commented Jan 11, 2015

rustc 1.0.0-nightly (44a287e6e 2015-01-08 17:03:40 -0800)
binary: rustc
commit-hash: 44a287e6eb22ec3c2a687fc156813577464017f7
commit-date: 2015-01-08 17:03:40 -0800
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly

If you start multiple instances of commands like cargo build on the same project the compiler will raise errors.

Probably cargo should lock a project if it is running.

@alexcrichton
Copy link
Member

Dupe of #354, but thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants