From bf32ec225635cbdf15b11cbdc8553e3355cc52ba Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Mar 2023 07:23:45 +0100 Subject: [PATCH] cirrus/ccache: Use G rather than GB suffix The former being the documented spelling. Author: Justin Pryzby Discussion: https://www.postgresql.org/message-id/20230203142656.GA1653%40telsasoft.com --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index aaf4066366c..505c50f3285 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -664,7 +664,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.39.5