diff options
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 05a2ef2655c..8c84ff0b00d 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 |