JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
19 stars 14 forks source link

Cleanup master after srcdist targets #176

Closed staticfloat closed 3 years ago

staticfloat commented 3 years ago

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.