mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: ci: reduce ccache sizes
This commit is contained in:
parent
be88b5a6e8
commit
84efe7e6f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user