-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feature request: Add support for sparse registry #86
Comments
I have a small project to download a small portion of crates.io, meant to be used with the new sparse register feature. Panamax should need only a small addition for this, since the new version just needs http. |
I'm very interested in having sparse registry support in Panamax! Like @wcampbell0x2a mentioned, I'm hoping there shouldn't be too much more than to just expose the crates.io-index directory via HTTP. |
@wcampbell0x2a @k3d3 |
Now implemented in the That means if your previous
You will be able to use the sparse index by changing it to:
I've also updated the |
An update for cargo is in the works to make downloading of the index smaller and faster. This is especial important for CI jobs. It would be nice, if Panamax could support this.
Rust blog post: https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html
Tracking issue: rust-lang/cargo#9069
The text was updated successfully, but these errors were encountered: