summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-03-13 07:23:45 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-03-13 07:23:45 +0100
commitbf32ec225635cbdf15b11cbdc8553e3355cc52ba (patch)
tree9933636a44ba410bec0bdff0a40074570fc65635 /.cirrus.yml
parent6a3002715eca4ae68e4d76606a6b3fd56d633741 (diff)
downloadpostgresql-bf32ec225635cbdf15b11cbdc8553e3355cc52ba.tar.gz
cirrus/ccache: Use G rather than GB suffix
The former being the documented spelling. Author: Justin Pryzby <pryzbyj@telsasoft.com> Discussion: https://www.postgresql.org/message-id/20230203142656.GA1653%40telsasoft.com
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index aaf4066366..505c50f328 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