projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b779d7d
)
ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/.
author
Andres Freund
<
[email protected]
>
Sat, 12 Feb 2022 22:44:16 +0000
(14:44 -0800)
committer
Andres 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
patch
|
blob
|
blame
|
history
diff --git
a/.cirrus.yml
b/.cirrus.yml
index 05a2ef2655c86d9bc1a0fa49230b2a6afa683590..8c84ff0b00dfe2c378748569662f56424960f44c 100644
(file)
--- 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_
MAX
SIZE: "1GB"
CCACHE_DIR: "/tmp/ccache_dir"
LINUX_CONFIGURE_FEATURES: *LINUX_CONFIGURE_FEATURES