We were leaking big srcdist tarballs into /tmp. Note to self; a better architecture for these things is to do all work in a folder namespaced by job ID, then just rm -rf /tmp/${job_id} at the end. We should make sure buildkite makes it easy to do that.
We were leaking big srcdist tarballs into
/tmp
. Note to self; a better architecture for these things is to do all work in a folder namespaced by job ID, then justrm -rf /tmp/${job_id}
at the end. We should make sure buildkite makes it easy to do that.