diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 0cc83f4242b2a..f3a4bc6a4c2ff 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -94,7 +94,7 @@ jobs: dont_skip_data_only_changes: 1 mods: --mods=magiclysm title: Basic Build and Test (Clang 10, Ubuntu, Curses) - ccache_limit: 3G + ccache_limit: 5G ccache_key: linux-llvm-10-break1 - compiler: clang++ diff --git a/build-scripts/build.sh b/build-scripts/build.sh index 09e65fad0ff0e..9a39fd7055e26 100755 --- a/build-scripts/build.sh +++ b/build-scripts/build.sh @@ -40,7 +40,7 @@ fi ccache --zero-stats # Increase cache size because debug builds generate large object files -ccache -M 5G +ccache -M 10G ccache --show-stats --verbose function run_test diff --git a/build-scripts/gha_compile_only.sh b/build-scripts/gha_compile_only.sh index 4fdc72246503e..5f28f14d34616 100755 --- a/build-scripts/gha_compile_only.sh +++ b/build-scripts/gha_compile_only.sh @@ -40,7 +40,7 @@ fi ccache --zero-stats # Increase cache size because debug builds generate large object files -ccache -M 5G +ccache -M 10G ccache --show-stats --verbose if [ "$CMAKE" = "1" ]