Skip to content

Commit

Permalink
Tools: ci: reduce ccache sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
OXINARF committed Sep 8, 2017
1 parent be88b5a commit 84efe7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ if [ -z "$CI_BUILD_TARGET" ]; then
fi

if [[ "$CI_BUILD_TARGET" == *"px4"* ]]; then
export CCACHE_MAXSIZE="1500M"
export CCACHE_MAXSIZE="250M"
elif [[ "$CI_BUILD_TARGET" == "sitltest" ]]; then
export CCACHE_MAXSIZE="300M"
export CCACHE_MAXSIZE="20M"
else
export CCACHE_MAXSIZE="1000M"
export CCACHE_MAXSIZE="150M"
fi

# special case for SITL testing in CI
Expand Down

0 comments on commit 84efe7e

Please sign in to comment.