-
Notifications
You must be signed in to change notification settings - Fork 22
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
Create a wheel cache #79
Comments
Would this also support #64? |
@cnpryer Sure! Although the downloaded artifacts are already cached :) We could also start using |
Yea I was thinking through the ways it could be implemented. |
@tdejager Do we want to store the unpacked wheel in the cache? (Through an indirection). So we have an entry: |
So the plan for now is:
After which we should add functionality to:
|
So, it would be nice to have cache of built wheel files, once we built them using #32 this way we can re-use them over solves or platforms when using with pixi.
So @baszalmstra and I discussed using cacache-rs for this.
The text was updated successfully, but these errors were encountered: