mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 14:16:48 +08:00
@@ -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