From e4534821ef5c1997ff34a2515884c5592f171e0b Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Sun, 13 Nov 2022 14:03:27 -0600 Subject: [PATCH 6/9] cirrus/ccache: use G rather than GB suffix.. the former being the documented spelling. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fd5585e5818..a9fa4b5af27 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -667,7 +667,7 @@ task: # Use larger ccache cache, as this task compiles with multiple compilers / # flag combinations - CCACHE_MAXSIZE: "1GB" + CCACHE_MAXSIZE: "1G" CCACHE_DIR: "/tmp/ccache_dir" LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES -- 2.25.1