CI: clear qcom replay build cache

albatross
Adeeb Shihadeh 2021-05-03 22:02:13 -07:00
parent 6075683474
commit 0b26b08a7c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ ! -d "$SOURCE_DIR" ]; then
fi
# clear stale build cache
find /tmp/scons_cache/* -mtime +1 -exec rm -rf '{}' \; || true
find /tmp/scons_cache*/* -mtime +1 -exec rm -rf '{}' \; || true
# this can get really big on the CI devices
rm -rf /data/core