Don't ship duplicate sets of libraries #39875
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Today when you install Rust by default you get duplicate sets of libraries at
$sysroot/lib
and$sysroot/lib/rustlib/$host/lib
, for example:We should avoid duplicating these libraries! Unfortunately I'm not sure of the best method of doing so.
The text was updated successfully, but these errors were encountered: