Skip to content

Commit bf32ec2

Browse files
committed
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
1 parent 6a30027 commit bf32ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ task:
664664

665665
# Use larger ccache cache, as this task compiles with multiple compilers /
666666
# flag combinations
667-
CCACHE_MAXSIZE: "1GB"
667+
CCACHE_MAXSIZE: "1G"
668668
CCACHE_DIR: "/tmp/ccache_dir"
669669

670670
LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES

0 commit comments

Comments
 (0)