diff options
author | Peter Eisentraut | 2023-03-13 06:23:45 +0000 |
---|---|---|
committer | Peter Eisentraut | 2023-03-13 06:23:45 +0000 |
commit | bf32ec225635cbdf15b11cbdc8553e3355cc52ba (patch) | |
tree | 9933636a44ba410bec0bdff0a40074570fc65635 | |
parent | 6a3002715eca4ae68e4d76606a6b3fd56d633741 (diff) |
cirrus/ccache: Use G rather than GB suffix
The former being the documented spelling.
Author: Justin Pryzby <[email protected]>
Discussion: https://www.postgresql.org/message-id/20230203142656.GA1653%40telsasoft.com
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |