From 79b79dd57a9672903951aa0d879500818b32e2eb Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 12 Feb 2022 14:44:16 -0800 Subject: [PATCH] ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/. The wrong environment variable was used in one place. Author: Justin Pryzby Discussion: https://postgr.es/m/20220203035827.GG23027@telsasoft.com --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5