mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: ci: reduce ccache sizes
This commit is contained in:
parent
b7f8c79f6f
commit
27d4dfcf62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user