Hey <@U04S45AHA>, what do you think about pointing...
# general
g
Hey @enough-analyst-54434, what do you think about pointing
interpreter_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.