gorgeous-fish-11040
08/21/2015, 2:45 PMinterpreter_cache_dir
and resolver_cache_dir
in [pants-setup]
to local_artifact_cache
so it will survive clean-all. I ran ./pants clean-all test examples/tests/python/:: --time | grep main:test:pytest:run:chroot
twice with the current pants.ini and got 6-7 seconds. Then I changed these options to point to dirs in local_artifact_cache
and ran it several times again and got 6 seconds first time and just 1.5 seconds each next time.