Skip to content

Commit

Permalink
Raise basic build cache size even more. (#78650)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger authored Dec 19, 2024
1 parent 657ea3e commit bede111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/gha_compile_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit bede111

Please sign in to comment.