Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent need to refetch for v1 manifests #2781

Merged
merged 2 commits into from
May 28, 2021

Commits on May 23, 2021

  1. proxy: Honour RUSTUP_FORCE_ARG0 in proxy mode

    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
    kinnison committed May 23, 2021
    Configuration menu
    Copy the full SHA
    3a25ac6 View commit details
    Browse the repository at this point in the history
  2. 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>
    kinnison committed May 23, 2021
    Configuration menu
    Copy the full SHA
    992ab57 View commit details
    Browse the repository at this point in the history