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
override: Detect v1 manifests and do not reinstall if found
When we're installing a toolchain via the override mechanism
we try and ensure components requested are present. This is
a no-op on v1 manifest installations but we still end up downloading
and checking the update hash. This is unnecessary, so this change
attempts to prevent this by detecting a V1 install and skipping
the component check if so.
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
0 commit comments