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

Check for the presence of CARGO_BUILD_TARGET_DIR env variable #5430

Merged
merged 5 commits into from
Jun 17, 2024

Commits on May 17, 2024

  1. feat: use CARGO_BUILD_TARGET_DIR env

    When building in the presence of a CARGO_BUILD_TARGET_DIR, there is no
    target dir created inside the repo, so copying to a location within the
    local repo dir fails, hence we need to copy to the actual target dir
    that is being used.
    itkovian committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cc9940d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    5315fb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa41219 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    855896d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41523a View commit details
    Browse the repository at this point in the history