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

cargo-install: prefer building artifacts in the system temporary directory #2610

Merged
merged 2 commits into from
Apr 24, 2016

Commits on Apr 22, 2016

  1. cargo-install: prefer building artifacts in the system temporary dire…

    …ctory
    
    and each cargo-install instance creates and uses its own build directory. This
    allows running several cargo-install instances in parallel.
    
    If we fail to create a temporary directory for whatever reason fallback to
    creating and using a target-install directory in the current directory.
    
    closes rust-lang#2606
    Jorge Aparicio committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    1a6bad8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. add tests for rust-lang#2606

    Jorge Aparicio committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    b484cd3 View commit details
    Browse the repository at this point in the history