You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An advantage of a process-specific (PID/PPID) stage target is that one could set up TMPDIR cleanup process that aggressively cleans out left-over conda-staged temp folders.
When running interactively, one might wanna stage and unstage multiple times.
One could make the target folder deterministic so that it can be reused. Maybe something like:
One could compare the timestamp of the .conda-stage file with the tarball to decide whether one needs to rebuild or not.
For this approach to work, we need and option not to wipe, e.g.
--no-cleanup
.The text was updated successfully, but these errors were encountered: