ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.
authorAndres Freund <[email protected]>
Sat, 12 Feb 2022 22:44:16 +0000 (14:44 -0800)
committerAndres Freund <[email protected]>
Sat, 12 Feb 2022 23:52:36 +0000 (15:52 -0800)
The wrong environment variable was used in one place.

Author: Justin Pryzby <[email protected]>
Discussion: https://postgr.es/m/20220203035827[email protected]

.cirrus.yml

index 05a2ef2655c86d9bc1a0fa49230b2a6afa683590..8c84ff0b00dfe2c378748569662f56424960f44c 100644 (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