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

fix(index): Don't talk to crates.io when using alt registry #735

Merged
merged 2 commits into from
Dec 27, 2023

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    742c94e View commit details
    Browse the repository at this point in the history
  2. fix(index): Don't talk to crates.io when using alt registry

    Ideally we'd find the proper registry and talk to it but that takes a
    lot more work to support.
    Until then, we'll just act like the registry has no packages in it and
    put in some specific hacks to support it.
    
    This should be less brittle than our previous approach which just hoped
    we sprinkled `config.registr().is_none()` in the right places.
    
    
    Fixes crate-ci#732
    epage committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a536c38 View commit details
    Browse the repository at this point in the history