-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Allow it to optionally copy instead of hard-linking files into the environment. This is useful for creating long-running environments without corrupting them by modifying the underlying files from under them. 2. Make precompiling .py sources optional, as mentioned in a TODO. Again, in long-running environments it may make more sense to save this time when building the environment and pay it when actually using the environment. Testing Done: Added tests for the new functionality. CI passes: https://travis-ci.org/pantsbuild/pex/builds/66359462 Bugs closed: 123 Reviewed at https://rbcommons.com/s/twitter/r/2346/
- Loading branch information
Showing
3 changed files
with
68 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters