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
rustpkg calls extra::tempfile::mkdtemp (mostly in rustpkg/tests but also in rustpkg::{package_source,version}) and doesn't ever remove the resulting directories.
/tmp grows by 8MiB every time I run make check, we should fix it before I run out of disk space and have to reboot! ;)