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

use local cache when bootstrapping #528

Merged

Conversation

dhellmann
Copy link
Member

We added an option to check an external cache for wheels matching the
version and build tag computed during bootstrapping, but the
implementation of that feature lost the ability to skip rebuilding
something that was already on the local disk. This change restores that
behavior, which is especially useful for developers bootstrapping
locally.

dhellmann and others added 2 commits January 8, 2025 16:19
We added an option to check an external cache for wheels matching the
version and build tag computed during bootstrapping, but the
implementation of that feature lost the ability to skip rebuilding
something that was already on the local disk. This change restores that
behavior, which is especially useful for developers bootstrapping
locally.
Use TextIOBase instead of TextIOWrapper
@mergify mergify bot merged commit acc45d3 into python-wheel-build:main Jan 9, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants