Is there any command (or set of commands) that will prevent Pants from caching anything/everything between runs? Looking for an out-of-the-box experience each run, but no-local-cache and no-daemon still generate (and use) cached files (and all remote execution is disabled)
n
nutritious-hair-72580
05/24/2024, 1:30 AM
I was having issues with this as well, trying to reproduce test sandboxes. I was having to delete the pants cache directory each time.