-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
index hash has changed #8572
Copy link
Copy link
Closed
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifacts
Description
Activity
Metadata
Metadata
Assignees
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifacts
As a result of #8522 changing the hash computation, the crates.io index path has changed from the long-running
github.com-1ecc6299db9ec823togithub.com-f1e60147b9cdaa30. My main concern here is the increase in disk usage, since these tend to be kinda weighty (the new one is 81MB, my old one had accumulated 230MB).I'm wondering if it would be better to try to match the old hash for this circumstance? Since Cargo doesn't have any sort of built-in garbage collection, the old index will persist unless the user manually deletes it.