bisect-rust icon indicating copy to clipboard operation
bisect-rust copied to clipboard

Better handling of partial downloads

Open est31 opened this issue 8 years ago • 0 comments

It should be possible to ctrl+c an ongoing bisection run to modify the script or do other things. Right now, this may leave behind corrupt tarballs (incomplete downloads) in the cache/ directory, and it also may leave behind the extracted compiler directory both of which the runner will stumble over in the next run.

est31 avatar May 22 '17 21:05 est31