mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 11:02:19 +08:00
CI: clear qcom replay build cache
old-commit-hash: 0b26b08a7c40cb58c9574f4df7db0e854341e3ed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user