common_runner.py leaves loads of files in /tmp |
||
Issue descriptionThe common_runner.py implementation creates a variety of files in /tmp: - The autorun script. - The bootfs image. - The stripped binaries to go into the image. We should make sure to delete those on exit, or arrange to regenerate them at deterministic paths under the output directory, to avoid repeated runs filling up the filesystem!
,
Aug 28 2017
This was mostly fixed by https://chromium-review.googlesource.com/c/chromium/src/+/633323 which has the large files (stripped binaries and the bootfs itself) created at well-defined paths under the output directory. There are still some files created in /tmp but they're sufficiently few, and small, that this shouldn't be an issue. |
||
►
Sign in to add a comment |
||
Comment 1 by w...@chromium.org
, Aug 25 2017