Skip to content

Commit

Permalink
Increase the xcode job's ccache size.
Browse files Browse the repository at this point in the history
For whatever reason the existing limit of 200MB is no longer enough, resulting in a significant number of cache misses, which results in partial rebuilds taking far longer than they should.
  • Loading branch information
Pentarctagon committed Feb 7, 2020
1 parent abadbd6 commit e679909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/steps/script.sh
Expand Up @@ -8,7 +8,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then

cd ./projectfiles/Xcode

export CCACHE_MAXSIZE=200M
export CCACHE_MAXSIZE=500M
export CCACHE_COMPILERCHECK=content

xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration Debug
Expand Down

0 comments on commit e679909

Please sign in to comment.