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/types.hxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bbot/types.hxx') diff --git a/bbot/types.hxx b/bbot/types.hxx index 7e485f7..a39abe2 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -21,6 +21,8 @@ #include #include +#include +#include #include #include #include @@ -69,6 +71,17 @@ namespace bbot using butl::optional; using butl::nullopt; + // + // + using butl::auto_fd; + using butl::ifdstream; + using butl::ofdstream; + + // + // + using olz4stream = butl::lz4::ostream; + using ilz4stream = butl::lz4::istream; + // // using butl::vector_view; -- cgit v1.1