quick-caravan-31864
10/23/2023, 4:12 PM<sandboxdir>/pants-sandbox-<deterministic-name-from-target>/
. If we used local_execution_root_dir
to set the sandbox dir to somewhere git-ignored in the repo, then multiple users on the same machine would only see their own. I'm guessing there's maybe a reason that this isn't a good idea, but thought I would ask. Of course using e.g. keep-sandboxes
might result in not-entirely-hermetic builds. Does anyone have a better idea around ease-of-sandbox access?curved-television-6568
10/23/2023, 4:28 PM<sandbox-dir>/pants-sandbox-<name-from-taget>-<random-string>/
quick-caravan-31864
10/23/2023, 5:47 PMcurved-television-6568
10/23/2023, 6:26 PMquick-caravan-31864
10/23/2023, 6:32 PMtarget-name-in-sandbox-name
and no-random-sandbox-suffix
(for when you know what you're doing). Would this be easy to add, should i try?curved-television-6568
10/23/2023, 6:42 PMcurved-television-6568
10/23/2023, 6:43 PMquick-caravan-31864
10/23/2023, 7:20 PM