Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle use of RUSTC_WORKSPACE_WRAPPER (#1280)
* Detect use of RUSTC_WORKSPACE_WRAPPER Handle the scenario where cargo is being used with sccache as a RUSTC_WRAPPER and another tool is being used as a RUSTC_WORKSPACE_WRAPPER, by looking at whether rustc is the first argument. Signed-off-by: Tom Fay <[email protected]> * handle more rustc wrapping scenarios the wrapped rustc may not just be "rustc", it may have an extension or more path components * restructure rustc detection logic Signed-off-by: Tom Fay <[email protected]>
- Loading branch information