forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An option to test/run/repl against the entire lockfile. (pantsbuild#1…
…3732) This cuts out the subsetting, which can add a lot of time to runs, and can also bloat the cache dramatically. One downside is less hermetic runs - you may be incidentally relying on requirements that you don't depend on but happen to be present in the lockfile (but this seems like less of an issue with dep inference). A more significant downside is that any changes to the lockfile will invalidate all tests. Still, this is a performance knob that users can decide how to use. In many cases that may be a very acceptable consequence. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 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