[U-Boot] [PATCH] buildman: Deal nicely with invalid build-status file
sjg at google.com
sjg at google.com
Thu Jan 3 18:08:30 UTC 2019
The 'done' files created by buildman may end up being empty if buildman
runs out of disk space while writing them. This error is then persistent,
since even if disk space is reclaimed and the build retries, the empty
file causes an exception in the builder thread.
Deal with this silently by doing a rebuild.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/buildman/builderthread.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Applied to u-boot-dm/master, thanks!
More information about the U-Boot
mailing list