summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-02-12 14:44:16 -0800
committerAndres Freund <andres@anarazel.de>2022-02-12 15:52:36 -0800
commit79b79dd57a9672903951aa0d879500818b32e2eb (patch)
tree5134b5fdb47ba09986eaaef4587dc27ecd2ac907 /.cirrus.yml
parentb779d7d8fdae088d70da5ed9fcd8205035676df3 (diff)
downloadpostgresql-79b79dd57a9672903951aa0d879500818b32e2eb.tar.gz
ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.
The wrong environment variable was used in one place. Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220203035827.GG23027@telsasoft.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 05a2ef2655..8c84ff0b00 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -457,7 +457,7 @@ task:
# Use larger ccache cache, as this task compiles with multiple compilers /
# flag combinations
- CCACHE_SIZE: "1GB"
+ CCACHE_MAXSIZE: "1GB"
CCACHE_DIR: "/tmp/ccache_dir"
LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES