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

Cache wheels built from immutable VCS requirements #6851

Merged
merged 3 commits into from
Nov 4, 2019

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    f5eba4f View commit details
    Browse the repository at this point in the history
  2. Cache wheels built from immutable Git requirements

    Cache wheels that are built from Git requirements
    that contain an immutable revision (i.e. a sha).
    sbidoul committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    9cad519 View commit details
    Browse the repository at this point in the history
  3. Be extra safe in caching Git urls

    Do not cache in case a branch/tag has the
    same name as a commit sha.
    sbidoul committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    a20395d View commit details
    Browse the repository at this point in the history