You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
714: Use host target directory when calling host cargo. r=Emilgardis a=Alexhuszagh
When using docker, the target directory is mounted at `/target`. However, when falling back to the host cargo, if we provide a custom target directory, we incorrectly pass it as `--target-dir /target`. To rectify this, this PR passes the original command-line arguments to cargo.
Fixes#619.
Co-authored-by: Alex Huszagh <[email protected]>
Co-authored-by: Alexander Huszagh <[email protected]>
0 commit comments