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

Adding Wheel Filtering Support #197

Closed
wants to merge 1 commit into from

Conversation

ethankhall
Copy link
Contributor

Sometimes, wheels should be skipped from caching. This is because we
don't want to re-use dependencies that can change, as they won't be
re-built afterwards.

Sometimes, wheels should be skipped from caching. This is because we
don't want to re-use dependencies that can change, as they won't be
re-built afterwards.
@ethankhall ethankhall closed this Mar 12, 2018
@sholsapp
Copy link
Contributor

Can you explain more why do we need this change? How do I know that something shouldn't be cached?

@ethankhall
Copy link
Contributor Author

With #196 we don't need this. This was intended to make it so that changing (SNAPSHOT, DEV, etc) packages don't get stored into a cache, and not rebuilt. But with #196, @zvezdan make it where we can check if the dependency should be built instead of using a cached value, so I closed the PR since we don't need it.

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