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 the resolve cache to skip installs. #815

Merged
merged 2 commits into from
Nov 27, 2019

Commits on Nov 26, 2019

  1. Use the resolve cache to skip installs.

    Previously the cache was only used by pip for http queries. Now we also
    use the cache to skill wheel installs in their isolated chroots.
    
    Fixes pex-tool#809
    Fixes pex-tool#811
    jsirois committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    fd29a3f View commit details
    Browse the repository at this point in the history
  2. Kill un-needed str call.

    jsirois committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    969cc0b View commit details
    Browse the repository at this point in the history