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
This commit is contained in:
Andres Freund 2022-02-12 14:44:16 -08:00
parent b779d7d8fd
commit 79b79dd57a
1 changed files with 1 additions and 1 deletions

View File

@ -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