mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
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:
parent
b779d7d8fd
commit
79b79dd57a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user