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

Add '-C' flag for changing current dir before build #10952

Merged
merged 4 commits into from
Feb 10, 2023

Commits on Feb 10, 2023

  1. Add '-C' flag for changing current dir before build

    This implements the suggestion in rust-lang#10098 to make cargo change cwd before
    completing config processing and starting the build. It is also an
    alternative to --manifest-path that resolves the issue described
    in rust-lang#2930.
    compenguy committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4de2c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dacf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5406faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6510cc5 View commit details
    Browse the repository at this point in the history