-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Do wheel installs from VCS/directories using ephemeral caching #4764
Merged
Commits on Jul 6, 2017
-
Try to build wheels for directories/VCS
Follow up from pypagh-4144 To allow build system abstractions, we want installation to go through wheels in more cases. In particular, installing packages from a local directory or a VCS URL currently runs 'setup.py install'. The aim of this PR is to have it build a wheel, which is stored in an ephemeral cache directory, used for installation, and then discarded. We can't cache it permanently based on the path/URL, because the code there might change, but our cache wouldn't be invalidated.
Configuration menu - View commit details
-
Copy full SHA for c624090 - Browse repository at this point
Copy the full SHA c624090View commit details -
Configuration menu - View commit details
-
Copy full SHA for a32ebea - Browse repository at this point
Copy the full SHA a32ebeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5e9cc - Browse repository at this point
Copy the full SHA fe5e9ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30109c3 - Browse repository at this point
Copy the full SHA 30109c3View commit details -
Allow temp files for another test
When there's a previous build directory, no_clean is set
Configuration menu - View commit details
-
Copy full SHA for ee67867 - Browse repository at this point
Copy the full SHA ee67867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c2c54 - Browse repository at this point
Copy the full SHA 46c2c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdcfaf - Browse repository at this point
Copy the full SHA 9fdcfafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9109322 - Browse repository at this point
Copy the full SHA 9109322View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad242d1 - Browse repository at this point
Copy the full SHA ad242d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51843a - Browse repository at this point
Copy the full SHA a51843aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73440ed - Browse repository at this point
Copy the full SHA 73440edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5610636 - Browse repository at this point
Copy the full SHA 5610636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c03c1b - Browse repository at this point
Copy the full SHA 1c03c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad50ac9 - Browse repository at this point
Copy the full SHA ad50ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d045cc2 - Browse repository at this point
Copy the full SHA d045cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d226b - Browse repository at this point
Copy the full SHA 01d226bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e3082 - Browse repository at this point
Copy the full SHA d5e3082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1997456 - Browse repository at this point
Copy the full SHA 1997456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328f607 - Browse repository at this point
Copy the full SHA 328f607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef8400 - Browse repository at this point
Copy the full SHA 8ef8400View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb56bb3 - Browse repository at this point
Copy the full SHA cb56bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f88252 - Browse repository at this point
Copy the full SHA 5f88252View commit details
Commits on Oct 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ebf06ce - Browse repository at this point
Copy the full SHA ebf06ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901f529 - Browse repository at this point
Copy the full SHA 901f529View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96618b - Browse repository at this point
Copy the full SHA b96618bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 165b10b - Browse repository at this point
Copy the full SHA 165b10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cda30 - Browse repository at this point
Copy the full SHA 16cda30View commit details
Commits on Oct 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1c6a450 - Browse repository at this point
Copy the full SHA 1c6a450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec643c - Browse repository at this point
Copy the full SHA 3ec643cView commit details
Commits on Oct 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d4e2d7e - Browse repository at this point
Copy the full SHA d4e2d7eView commit details
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e36bb6d - Browse repository at this point
Copy the full SHA e36bb6dView commit details
Commits on Oct 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a39f36a - Browse repository at this point
Copy the full SHA a39f36aView commit details
Commits on Nov 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01d97e7 - Browse repository at this point
Copy the full SHA 01d97e7View commit details
Commits on Dec 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cd14240 - Browse repository at this point
Copy the full SHA cd14240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6f1d7 - Browse repository at this point
Copy the full SHA 9b6f1d7View commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4c14739 - Browse repository at this point
Copy the full SHA 4c14739View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.