Skip to content

Commit 79b79dd

Browse files
committed
ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.
The wrong environment variable was used in one place. Author: Justin Pryzby <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent b779d7d commit 79b79dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ task:
457457

458458
# Use larger ccache cache, as this task compiles with multiple compilers /
459459
# flag combinations
460-
CCACHE_SIZE: "1GB"
460+
CCACHE_MAXSIZE: "1GB"
461461
CCACHE_DIR: "/tmp/ccache_dir"
462462

463463
LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES

0 commit comments

Comments
 (0)