Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't use entire sysroot binary path for rustc tarballs
Previously, we used the entire sysroot binary path to prepare rustc tarballs. Since we also copy tool binaries to the sysroot binary path, installing rustc and tools with `x install` results in attempting to install the same binaries more than once. This causes rust-installer to create backup files (*.old) due to file conflicts. This change fixes that. Signed-off-by: onur-ozkan <work@onurozkan.dev>
- Loading branch information