From 99221a546b10545a7ed7af53044b088217e150eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2021 08:43:34 +0200 Subject: Compress result manifest uploaded by worker These files contain build logs and can be quite large. And large files sometimes trip up upload on Windows. --- bbot/utility.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index 4545bd3..b93f8b6 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -16,7 +16,6 @@ #include #include #include // icasecmp(), reverse_iterate(), etc -#include #include #include @@ -46,10 +45,6 @@ namespace bbot using butl::setenv; using butl::unsetenv; - // - // - using butl::auto_fd; - // // using butl::auto_rmdir; @@ -132,7 +127,8 @@ namespace bbot // Manifest parsing and serialization. // - // For parsing, if path is '-', then read from stdin. + // For parsing, if path is '-', then read from stdin. If path has the .lz4 + // extension, then assume the content is compressed. // template T -- cgit v1.1