Tools: ci: reduce ccache sizes

This commit is contained in:
Francisco Ferreira 2017-08-25 01:11:57 +01:00 committed by Randy Mackay
parent b7f8c79f6f
commit 27d4dfcf62

View File

@ -29,11 +29,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