Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/scripts/ccache_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ set -eux
echo "CCACHE_COMPILERCHECK=content"
echo "CCACHE_COMPRESS=1"
echo "CCACHE_COMPRESSLEVEL=6"
echo "CCACHE_MAXSIZE=1G"
echo "CCACHE_MAXSIZE=1.5G"
echo "CCACHE_NOHASHDIR=1"
} >> "$GITHUB_ENV"
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ x-ccache: &ccache
CCACHE_COMPILERCHECK: content
CCACHE_COMPRESS: 1
CCACHE_COMPRESSLEVEL: 6
CCACHE_MAXSIZE: 1G
CCACHE_MAXSIZE: 1.5G
CCACHE_DIR: /ccache
# Some builds (such as PyArrow) copy their source files in a temporary directory,
# avoid hashing the current directory to make ccache useful on those builds.
Expand Down
Loading