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
Use host target directory when calling host cargo.
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.
0 commit comments